Class: Google::Apis::AndroidpublisherV3::BatchGetSubscriptionsResponse
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::BatchGetSubscriptionsResponse
- 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
-
#subscriptions ⇒ Array<Google::Apis::AndroidpublisherV3::Subscription>
The list of requested subscriptions, in the same order as the request.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BatchGetSubscriptionsResponse
constructor
A new instance of BatchGetSubscriptionsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BatchGetSubscriptionsResponse
Returns a new instance of BatchGetSubscriptionsResponse.
941 942 943 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 941 def initialize(**args) update!(**args) end |
Instance Attribute Details
#subscriptions ⇒ Array<Google::Apis::AndroidpublisherV3::Subscription>
The list of requested subscriptions, in the same order as the request.
Corresponds to the JSON property subscriptions
939 940 941 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 939 def subscriptions @subscriptions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
946 947 948 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 946 def update!(**args) @subscriptions = args[:subscriptions] if args.key?(:subscriptions) end |