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.
955 956 957 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 955 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
953 954 955 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 953 def subscriptions @subscriptions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
960 961 962 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 960 def update!(**args) @subscriptions = args[:subscriptions] if args.key?(:subscriptions) end |