Class: Google::Apis::PlayintegrityV1::DecodeIntegrityTokenRequest
- Inherits:
-
Object
- Object
- Google::Apis::PlayintegrityV1::DecodeIntegrityTokenRequest
- 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 integrity token.
Instance Attribute Summary collapse
-
#integrity_token ⇒ String
Encoded integrity token.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DecodeIntegrityTokenRequest
constructor
A new instance of DecodeIntegrityTokenRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DecodeIntegrityTokenRequest
Returns a new instance of DecodeIntegrityTokenRequest.
158 159 160 |
# File 'lib/google/apis/playintegrity_v1/classes.rb', line 158 def initialize(**args) update!(**args) end |
Instance Attribute Details
#integrity_token ⇒ String
Encoded integrity token.
Corresponds to the JSON property integrityToken
156 157 158 |
# File 'lib/google/apis/playintegrity_v1/classes.rb', line 156 def integrity_token @integrity_token end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
163 164 165 |
# File 'lib/google/apis/playintegrity_v1/classes.rb', line 163 def update!(**args) @integrity_token = args[:integrity_token] if args.key?(:integrity_token) end |