Class: Google::Apis::AndroidpublisherV3::BatchUpdateSubscriptionsResponse
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::BatchUpdateSubscriptionsResponse
- 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 BatchUpdateSubscription.
Instance Attribute Summary collapse
-
#subscriptions ⇒ Array<Google::Apis::AndroidpublisherV3::Subscription>
The updated subscriptions list.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BatchUpdateSubscriptionsResponse
constructor
A new instance of BatchUpdateSubscriptionsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BatchUpdateSubscriptionsResponse
Returns a new instance of BatchUpdateSubscriptionsResponse.
1569 1570 1571 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1569 def initialize(**args) update!(**args) end |
Instance Attribute Details
#subscriptions ⇒ Array<Google::Apis::AndroidpublisherV3::Subscription>
The updated subscriptions list.
Corresponds to the JSON property subscriptions
1567 1568 1569 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1567 def subscriptions @subscriptions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1574 1575 1576 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1574 def update!(**args) @subscriptions = args[:subscriptions] if args.key?(:subscriptions) end |