Class: Google::Apis::GamesV1::GetMultipleApplicationPlayerIdsResponse
- Inherits:
-
Object
- Object
- Google::Apis::GamesV1::GetMultipleApplicationPlayerIdsResponse
- 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 message for GetMultipleApplicationPlayerIds rpc.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ GetMultipleApplicationPlayerIdsResponse
constructor
A new instance of GetMultipleApplicationPlayerIdsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GetMultipleApplicationPlayerIdsResponse
Returns a new instance of GetMultipleApplicationPlayerIdsResponse.
1145 1146 1147 |
# File 'lib/google/apis/games_v1/classes.rb', line 1145 def initialize(**args) update!(**args) end |
Instance Attribute Details
#player_ids ⇒ Array<Google::Apis::GamesV1::ApplicationPlayerId>
Output only. The requested applications along with the scoped ids for tha
player, if that player has an id for the application. If not, the application
is not included in the response.
Corresponds to the JSON property playerIds
1143 1144 1145 |
# File 'lib/google/apis/games_v1/classes.rb', line 1143 def player_ids @player_ids end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1150 1151 1152 |
# File 'lib/google/apis/games_v1/classes.rb', line 1150 def update!(**args) @player_ids = args[:player_ids] if args.key?(:player_ids) end |