Show / Hide Table of Contents

Class Values

Contains the recall bits values.

Inheritance
object
Values
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX