Class Job
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class Job : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
ErrorCode
Declaration
[JsonProperty("errorCode")]
public virtual int? ErrorCode { get; set; }
Property Value
Location
Declaration
[JsonProperty("location")]
public virtual string Location { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
State
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Implements