Class: Google::Apis::PlayintegrityV1::DecodePcIntegrityTokenResponse
- Inherits:
-
Object
- Object
- Google::Apis::PlayintegrityV1::DecodePcIntegrityTokenResponse
- 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
Response containing the decoded PC integrity payload.
Instance Attribute Summary collapse
-
#token_payload_external ⇒ Google::Apis::PlayintegrityV1::PcTokenPayloadExternal
Contains PC device attestation details.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DecodePcIntegrityTokenResponse
constructor
A new instance of DecodePcIntegrityTokenResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DecodePcIntegrityTokenResponse
Returns a new instance of DecodePcIntegrityTokenResponse.
200 201 202 |
# File 'lib/google/apis/playintegrity_v1/classes.rb', line 200 def initialize(**args) update!(**args) end |
Instance Attribute Details
#token_payload_external ⇒ Google::Apis::PlayintegrityV1::PcTokenPayloadExternal
Contains PC device attestation details.
Corresponds to the JSON property tokenPayloadExternal
198 199 200 |
# File 'lib/google/apis/playintegrity_v1/classes.rb', line 198 def token_payload_external @token_payload_external end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
205 206 207 |
# File 'lib/google/apis/playintegrity_v1/classes.rb', line 205 def update!(**args) @token_payload_external = args[:token_payload_external] if args.key?(:token_payload_external) end |