docker-sdk-rust/docs/BuildCache.md
2025-06-16 16:37:36 +07:00

1.4 KiB

BuildCache

Properties

Name Type Description Notes
id Option<String> Unique ID of the build cache record. [optional]
parent Option<String> ID of the parent build cache record. > Deprecated: This field is deprecated, and omitted if empty. [optional]
parents Option<Vec> List of parent build cache record IDs. [optional]
r#type Option<String> Cache record type. [optional]
description Option<String> Description of the build-step that produced the build cache. [optional]
in_use Option<bool> Indicates if the build cache is in use. [optional]
shared Option<bool> Indicates if the build cache is shared. [optional]
size Option<i32> Amount of disk space used by the build cache (in bytes). [optional]
created_at Option<String> Date and time at which the build cache was created in RFC 3339 format with nano-seconds. [optional]
last_used_at Option<String> Date and time at which the build cache was last used in RFC 3339 format with nano-seconds. [optional]
usage_count Option<i32> [optional]

[Back to Model list] [Back to API list] [Back to README]