Class: Google::Apis::GamesV1::ResetPersonaResponse
- Inherits:
-
Object
- Object
- Google::Apis::GamesV1::ResetPersonaResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/games_v1/classes.rb,
lib/google/apis/games_v1/representations.rb,
lib/google/apis/games_v1/representations.rb
Overview
Response for the ResetPersona RPC
Instance Attribute Summary collapse
-
#unlinked ⇒ Boolean
(also: #unlinked?)
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ResetPersonaResponse
constructor
A new instance of ResetPersonaResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ResetPersonaResponse
Returns a new instance of ResetPersonaResponse.
2530 2531 2532 |
# File 'lib/google/apis/games_v1/classes.rb', line 2530 def initialize(**args) update!(**args) end |
Instance Attribute Details
#unlinked ⇒ Boolean Also known as: unlinked?
Required. Whether any tokens were unlinked as a result of this request.
Corresponds to the JSON property unlinked
2527 2528 2529 |
# File 'lib/google/apis/games_v1/classes.rb', line 2527 def unlinked @unlinked end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2535 2536 2537 |
# File 'lib/google/apis/games_v1/classes.rb', line 2535 def update!(**args) @unlinked = args[:unlinked] if args.key?(:unlinked) end |