Class BuildMetadata
Inheritance
BuildMetadata
Assembly: Google.Apis.OnDemandScanning.v1.dll
public class BuildMetadata : IDirectResponseSchema
Properties
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use FinishedOnDateTimeOffset instead.")]
public virtual object FinishedOn { get; set; }
Property Value
Declaration
[JsonIgnore]
public virtual DateTimeOffset? FinishedOnDateTimeOffset { get; set; }
Property Value
Declaration
[JsonProperty("finishedOn")]
public virtual string FinishedOnRaw { get; set; }
Property Value
Declaration
[JsonProperty("invocationId")]
public virtual string InvocationId { get; set; }
Property Value
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StartedOnDateTimeOffset instead.")]
public virtual object StartedOn { get; set; }
Property Value
Declaration
[JsonIgnore]
public virtual DateTimeOffset? StartedOnDateTimeOffset { get; set; }
Property Value
Declaration
[JsonProperty("startedOn")]
public virtual string StartedOnRaw { get; set; }
Property Value
Implements