Show / Hide Table of Contents

Class RequestDetails

Contains the integrity request information.

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

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Nonce

Nonce that was provided in the request (which is base64 web-safe no-wrap).

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

RequestHash

Request hash that was provided in the request.

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

RequestPackageName

Required. Application package name this attestation was requested for. Note: This field makes no guarantees or promises on the caller integrity. For details on application integrity, check application_integrity.

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

TimestampMillis

Required. Timestamp, in milliseconds, of the integrity application request.

Declaration
[JsonProperty("timestampMillis")]
public virtual long? TimestampMillis { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX