Build Cache
constructor(ID: String? = null, parent: String? = null, parents: List<String>? = null, type: BuildCache.Type? = null, description: String? = null, inUse: Boolean? = null, shared: Boolean? = null, propertySize: Int? = null, createdAt: String? = null, lastUsedAt: String? = null, usageCount: Int? = null)
Parameters
ID
Unique ID of the build cache record.
parent
ID of the parent build cache record. >Deprecated: This field is deprecated, and omitted if empty.
parents
List of parent build cache record IDs.
type
Cache record type.
description
Description of the build-step that produced the build cache.
in Use
Indicates if the build cache is in use.
shared
Indicates if the build cache is shared.
property Size
Amount of disk space used by the build cache (in bytes).
created At
Date and time at which the build cache was created in RFC 3339 format with nano-seconds.
last Used At
Date and time at which the build cache was last used in RFC 3339 format with nano-seconds.
usage Count