|
2 | 2 | # BuildCache |
3 | 3 |
|
4 | 4 | ## Properties |
5 | | -Name | Type | Description | Notes |
6 | | ------------- | ------------- | ------------- | ------------- |
7 | | -**ID** | **kotlin.String** | Unique ID of the build cache record. | [optional] |
8 | | -**parent** | **kotlin.String** | ID of the parent build cache record. > **Deprecated**: This field is deprecated, and omitted if empty. | [optional] |
9 | | -**parents** | **kotlin.collections.MutableList<kotlin.String>** | List of parent build cache record IDs. | [optional] |
10 | | -**type** | [**inline**](#Type) | Cache record type. | [optional] |
11 | | -**description** | **kotlin.String** | Description of the build-step that produced the build cache. | [optional] |
12 | | -**inUse** | **kotlin.Boolean** | Indicates if the build cache is in use. | [optional] |
13 | | -**shared** | **kotlin.Boolean** | Indicates if the build cache is shared. | [optional] |
14 | | -**propertySize** | **kotlin.Int** | Amount of disk space used by the build cache (in bytes). | [optional] |
15 | | -**createdAt** | **kotlin.String** | Date and time at which the build cache was created in [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format with nano-seconds. | [optional] |
16 | | -**lastUsedAt** | **kotlin.String** | Date and time at which the build cache was last used in [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format with nano-seconds. | [optional] |
17 | | -**usageCount** | **kotlin.Int** | | [optional] |
| 5 | +| Name | Type | Description | Notes | |
| 6 | +| ------------ | ------------- | ------------- | ------------- | |
| 7 | +| **ID** | **kotlin.String** | Unique ID of the build cache record. | [optional] | |
| 8 | +| **parent** | **kotlin.String** | ID of the parent build cache record. > **Deprecated**: This field is deprecated, and omitted if empty. | [optional] | |
| 9 | +| **parents** | **kotlin.collections.MutableList<kotlin.String>** | List of parent build cache record IDs. | [optional] | |
| 10 | +| **type** | [**inline**](#Type) | Cache record type. | [optional] | |
| 11 | +| **description** | **kotlin.String** | Description of the build-step that produced the build cache. | [optional] | |
| 12 | +| **inUse** | **kotlin.Boolean** | Indicates if the build cache is in use. | [optional] | |
| 13 | +| **shared** | **kotlin.Boolean** | Indicates if the build cache is shared. | [optional] | |
| 14 | +| **propertySize** | **kotlin.Int** | Amount of disk space used by the build cache (in bytes). | [optional] | |
| 15 | +| **createdAt** | **kotlin.String** | Date and time at which the build cache was created in [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format with nano-seconds. | [optional] | |
| 16 | +| **lastUsedAt** | **kotlin.String** | Date and time at which the build cache was last used in [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format with nano-seconds. | [optional] | |
| 17 | +| **usageCount** | **kotlin.Int** | | [optional] | |
18 | 18 |
|
19 | 19 |
|
20 | 20 | <a id="Type"></a> |
21 | 21 | ## Enum: Type |
22 | | -Name | Value |
23 | | ----- | ----- |
24 | | -type | internal, frontend, source.local, source.git.checkout, exec.cachemount, regular |
| 22 | +| Name | Value | |
| 23 | +| ---- | ----- | |
| 24 | +| type | internal, frontend, source.local, source.git.checkout, exec.cachemount, regular | |
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
0 commit comments