Class: Google::Apis::PlayintegrityV1::DecodePcIntegrityTokenRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/playintegrity_v1/classes.rb,
lib/google/apis/playintegrity_v1/representations.rb,
lib/google/apis/playintegrity_v1/representations.rb

Overview

Request to decode the PC integrity token.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ DecodePcIntegrityTokenRequest

Returns a new instance of DecodePcIntegrityTokenRequest.



181
182
183
# File 'lib/google/apis/playintegrity_v1/classes.rb', line 181

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#integrity_tokenString

Encoded integrity token. Corresponds to the JSON property integrityToken

Returns:

  • (String)


179
180
181
# File 'lib/google/apis/playintegrity_v1/classes.rb', line 179

def integrity_token
  @integrity_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



186
187
188
# File 'lib/google/apis/playintegrity_v1/classes.rb', line 186

def update!(**args)
  @integrity_token = args[:integrity_token] if args.key?(:integrity_token)
end