Get Fleet Result
data class GetFleetResult(val createTime: String, val deleteTime: String, val displayName: String, val name: String, val state: FleetLifecycleStateResponse, val uid: String, val updateTime: String)
Properties
Link copied to clipboard
When the Fleet was created.
Link copied to clipboard
When the Fleet was deleted.
Link copied to clipboard
Optional. A user-assigned display name of the Fleet. When present, it must be between 4 to 30 characters. Allowed characters are: lowercase and uppercase letters, numbers, hyphen, single-quote, double-quote, space, and exclamation point. Example: Production Fleet
Link copied to clipboard
State of the namespace resource.
Link copied to clipboard
When the Fleet was last updated.