Show / Hide Table of Contents

Class PcRequestDetails

Contains the integrity request information.

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

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { 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.

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

RequestTime

object representation of RequestTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use RequestTimeDateTimeOffset instead.")]
public virtual object RequestTime { get; set; }
Property Value
Type Description
object

RequestTimeDateTimeOffset

DateTimeOffset representation of RequestTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? RequestTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

RequestTimeRaw

Required. Timestamp, of the integrity application request.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX