Class WriteDates
Contains the recall bits write dates.
Implements
Inherited Members
Namespace: Google.Apis.PlayIntegrity.v1.Data
Assembly: Google.Apis.PlayIntegrity.v1.dll
Syntax
public class WriteDates : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
YyyymmFirst
Optional. Write time in YYYYMM format (in UTC, e.g. 202402) for the first bit. Note that this value won't be set if the first bit is false.
Declaration
[JsonProperty("yyyymmFirst")]
public virtual int? YyyymmFirst { get; set; }
Property Value
Type | Description |
---|---|
int? |
YyyymmSecond
Optional. Write time in YYYYMM format (in UTC, e.g. 202402) for the second bit. Note that this value won't be set if the second bit is false.
Declaration
[JsonProperty("yyyymmSecond")]
public virtual int? YyyymmSecond { get; set; }
Property Value
Type | Description |
---|---|
int? |
YyyymmThird
Optional. Write time in YYYYMM format (in UTC, e.g. 202402) for the third bit. Note that this value won't be set if the third bit is false.
Declaration
[JsonProperty("yyyymmThird")]
public virtual int? YyyymmThird { get; set; }
Property Value
Type | Description |
---|---|
int? |