GoogleApi.CloudBuild.V1.Model.DeleteWorkerPoolOperationMetadata (google_api_cloud_build v0.38.0) View Source
Metadata for the DeleteWorkerPool operation.
Attributes
-
completeTime(type:DateTime.t, default:nil) - Time the operation was completed. -
createTime(type:DateTime.t, default:nil) - Time the operation was created. -
workerPool(type:String.t, default:nil) - The resource name of theWorkerPoolbeing deleted. Format:projects/{project}/locations/{location}/workerPools/{worker_pool}.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudBuild.V1.Model.DeleteWorkerPoolOperationMetadata{
completeTime: DateTime.t() | nil,
createTime: DateTime.t() | nil,
workerPool: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.