Class Values
Contains the recall bits values.
Implements
Inherited Members
Namespace: Google.Apis.PlayIntegrity.v1.Data
Assembly: Google.Apis.PlayIntegrity.v1.dll
Syntax
public class Values : IDirectResponseSchema
Properties
BitFirst
Required. First recall bit value.
Declaration
[JsonProperty("bitFirst")]
public virtual bool? BitFirst { get; set; }
Property Value
Type | Description |
---|---|
bool? |
BitSecond
Required. Second recall bit value.
Declaration
[JsonProperty("bitSecond")]
public virtual bool? BitSecond { get; set; }
Property Value
Type | Description |
---|---|
bool? |
BitThird
Required. Third recall bit value.
Declaration
[JsonProperty("bitThird")]
public virtual bool? BitThird { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |