Class: Google::Apis::AndroidpublisherV3::BatchGetSubscriptionsResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/androidpublisher_v3/classes.rb,
lib/google/apis/androidpublisher_v3/representations.rb,
lib/google/apis/androidpublisher_v3/representations.rb

Overview

Response message for BatchGetSubscriptions endpoint.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BatchGetSubscriptionsResponse

Returns a new instance of BatchGetSubscriptionsResponse.



1234
1235
1236
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1234

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

Instance Attribute Details

#subscriptionsArray<Google::Apis::AndroidpublisherV3::Subscription>

The list of requested subscriptions, in the same order as the request. Corresponds to the JSON property subscriptions



1232
1233
1234
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1232

def subscriptions
  @subscriptions
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1239
1240
1241
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1239

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