GoogleApi.CloudBuild.V1.Model.CreateWorkerPoolOperationMetadata (google_api_cloud_build v0.54.0)
View SourceMetadata for the CreateWorkerPool 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 theWorkerPoolto create. Format:projects/{project}/locations/{location}/workerPools/{worker_pool}.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudBuild.V1.Model.CreateWorkerPoolOperationMetadata{ completeTime: DateTime.t() | nil, createTime: DateTime.t() | nil, workerPool: String.t() | nil }