Show / Hide Table of Contents

Class BuildMetadata

Inheritance
object
BuildMetadata
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ContainerAnalysis.v1beta1.Data
Assembly: Google.Apis.ContainerAnalysis.v1beta1.dll
Syntax
public class BuildMetadata : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FinishedOn

object representation of FinishedOnRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use FinishedOnDateTimeOffset instead.")]
public virtual object FinishedOn { get; set; }
Property Value
Type Description
object

FinishedOnDateTimeOffset

DateTimeOffset representation of FinishedOnRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? FinishedOnDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

FinishedOnRaw

Declaration
[JsonProperty("finishedOn")]
public virtual string FinishedOnRaw { get; set; }
Property Value
Type Description
string

InvocationId

Declaration
[JsonProperty("invocationId")]
public virtual string InvocationId { get; set; }
Property Value
Type Description
string

StartedOn

object representation of StartedOnRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StartedOnDateTimeOffset instead.")]
public virtual object StartedOn { get; set; }
Property Value
Type Description
object

StartedOnDateTimeOffset

DateTimeOffset representation of StartedOnRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? StartedOnDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

StartedOnRaw

Declaration
[JsonProperty("startedOn")]
public virtual string StartedOnRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX