Class DeleteWorkerPoolOperationMetadata
Metadata for the DeleteWorkerPool
operation.
Implements
Inherited Members
Namespace: Google.Apis.CloudBuild .v1.Data
Assembly: Google.Apis.CloudBuild.v1.dll
Syntax
public class DeleteWorkerPoolOperationMetadata : IDirectResponseSchema
Properties
CompleteTime
object representation of Complete
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CompleteTimeDateTimeOffset instead.")]
public virtual object CompleteTime { get; set; }
Property Value
Type | Description |
---|---|
object |
CompleteTimeDateTimeOffset
Date
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CompleteTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
Date |
CompleteTimeRaw
Time the operation was completed.
Declaration
[JsonProperty("completeTime")]
public virtual string CompleteTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
CreateTime
object representation of Create
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
CreateTimeDateTimeOffset
Date
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
Date |
CreateTimeRaw
Time the operation was created.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
WorkerPool
The resource name of the WorkerPool
being deleted. Format:
projects/{project}/locations/{location}/workerPools/{worker_pool}
.
Declaration
[JsonProperty("workerPool")]
public virtual string WorkerPool { get; set; }
Property Value
Type | Description |
---|---|
string |