Show / Hide Table of Contents

Class GoogleChecksReportV1alphaCheckStateMetadata

Additional information about the check state in relation to past reports.

Inheritance
object
GoogleChecksReportV1alphaCheckStateMetadata
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.ChecksService.v1alpha.Data
Assembly: Google.Apis.ChecksService.v1alpha.dll
Syntax
public class GoogleChecksReportV1alphaCheckStateMetadata : IDirectResponseSchema

Properties

Badges

Indicators related to the check state.

Declaration
[JsonProperty("badges")]
public virtual IList<string> Badges { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

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

FirstFailingTime

object representation of FirstFailingTimeRaw.

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

FirstFailingTimeDateTimeOffset

DateTimeOffset representation of FirstFailingTimeRaw.

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

FirstFailingTimeRaw

The time when the check first started failing.

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

LastFailingTime

object representation of LastFailingTimeRaw.

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

LastFailingTimeDateTimeOffset

DateTimeOffset representation of LastFailingTimeRaw.

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

LastFailingTimeRaw

The last time the check failed.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX