Class OneTimeSchedule
Sets the time for a one time patch deployment. Timestamp is in RFC3339 text format.
Implements
Inherited Members
Namespace: Google.Apis.OSConfig.v1beta.Data
Assembly: Google.Apis.OSConfig.v1beta.dll
Syntax
public class OneTimeSchedule : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExecuteTime
Required. The desired patch job execution time.
Declaration
[JsonProperty("executeTime")]
public virtual object ExecuteTime { get; set; }
Property Value
Type | Description |
---|---|
object |