Show / Hide Table of Contents

Class GoogleChecksReportV1alphaDataMonitoringResultMetadata

Information about a data monitoring result.

Inheritance
object
GoogleChecksReportV1alphaDataMonitoringResultMetadata
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 GoogleChecksReportV1alphaDataMonitoringResultMetadata : IDirectResponseSchema

Properties

Badges

Badges that apply to this result.

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

FirstDetectedTime

object representation of FirstDetectedTimeRaw.

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

FirstDetectedTimeDateTimeOffset

DateTimeOffset representation of FirstDetectedTimeRaw.

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

FirstDetectedTimeRaw

The timestamp when this result was first detected within the last 8 weeks. If not set, it wasn't detected within the last 8 weeks.

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

LastDetectedAppVersion

Your app's version name when this result was last detected within the last 8 weeks. If not set, it wasn't detected within the last 8 weeks.

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

LastDetectedTime

object representation of LastDetectedTimeRaw.

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

LastDetectedTimeDateTimeOffset

DateTimeOffset representation of LastDetectedTimeRaw.

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

LastDetectedTimeRaw

The timestamp when this result was last detected within the last 8 weeks. If not set, it wasn't detected within the last 8 weeks.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX