Class: Google::Apis::GamesV1::ResetPersonaResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ResetPersonaResponse

Returns a new instance of ResetPersonaResponse.



2587
2588
2589
# File 'lib/google/apis/games_v1/classes.rb', line 2587

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

Instance Attribute Details

#unlinkedBoolean Also known as: unlinked?

Required. Whether any tokens were unlinked as a result of this request. Corresponds to the JSON property unlinked

Returns:

  • (Boolean)


2584
2585
2586
# File 'lib/google/apis/games_v1/classes.rb', line 2584

def unlinked
  @unlinked
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2592
2593
2594
# File 'lib/google/apis/games_v1/classes.rb', line 2592

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