Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -1908,12 +1908,24 @@ definitions: |
| 1908 | 1908 |
Shared: |
| 1909 | 1909 |
type: "boolean" |
| 1910 | 1910 |
Size: |
| 1911 |
+ description: | |
|
| 1912 |
+ Amount of disk space used by the build cache (in bytes). |
|
| 1911 | 1913 |
type: "integer" |
| 1912 | 1914 |
CreatedAt: |
| 1913 |
- type: "integer" |
|
| 1915 |
+ description: | |
|
| 1916 |
+ Date and time at which the build cache was created in |
|
| 1917 |
+ [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format with nano-seconds. |
|
| 1918 |
+ type: "string" |
|
| 1919 |
+ format: "dateTime" |
|
| 1920 |
+ example: "2016-08-18T10:44:24.496525531Z" |
|
| 1914 | 1921 |
LastUsedAt: |
| 1915 |
- type: "integer" |
|
| 1922 |
+ description: | |
|
| 1923 |
+ Date and time at which the build cache was last used in |
|
| 1924 |
+ [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format with nano-seconds. |
|
| 1925 |
+ type: "string" |
|
| 1926 |
+ format: "dateTime" |
|
| 1916 | 1927 |
x-nullable: true |
| 1928 |
+ example: "2017-08-09T07:09:37.632105588Z" |
|
| 1917 | 1929 |
UsageCount: |
| 1918 | 1930 |
type: "integer" |
| 1919 | 1931 |
|