Class GoogleChecksReportV1alphaDataMonitoringResultMetadata
Information about a data monitoring result.
Implements
Inherited Members
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 |