Class: Google::Apis::GamesV1::UnlinkPersonaResponse
- Inherits:
-
Object
- Object
- Google::Apis::GamesV1::UnlinkPersonaResponse
- 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
-
#unlinked ⇒ Boolean
(also: #unlinked?)
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ UnlinkPersonaResponse
constructor
A new instance of UnlinkPersonaResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ UnlinkPersonaResponse
Returns a new instance of UnlinkPersonaResponse.
3009 3010 3011 |
# File 'lib/google/apis/games_v1/classes.rb', line 3009 def initialize(**args) update!(**args) end |
Instance Attribute Details
#unlinked ⇒ Boolean 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
3006 3007 3008 |
# File 'lib/google/apis/games_v1/classes.rb', line 3006 def unlinked @unlinked end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3014 3015 3016 |
# File 'lib/google/apis/games_v1/classes.rb', line 3014 def update!(**args) @unlinked = args[:unlinked] if args.key?(:unlinked) end |