Class: Google::Apis::GamesV1::UnlinkPersonaResponse

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 UnlinkPersona RPC

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ UnlinkPersonaResponse

Returns a new instance of UnlinkPersonaResponse.



3066
3067
3068
# File 'lib/google/apis/games_v1/classes.rb', line 3066

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

Instance Attribute Details

#unlinkedBoolean Also known as: unlinked?

Required. Whether a Recall token specified by the request was deleted. Can be ' false' when there were no Recall tokens satisfied the criteria from the request. Corresponds to the JSON property unlinked

Returns:

  • (Boolean)


3063
3064
3065
# File 'lib/google/apis/games_v1/classes.rb', line 3063

def unlinked
  @unlinked
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3071
3072
3073
# File 'lib/google/apis/games_v1/classes.rb', line 3071

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