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.
1588 1589 1590 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1588 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
1586 1587 1588 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1586 def subscriptions @subscriptions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1593 1594 1595 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1593 def update!(**args) @subscriptions = args[:subscriptions] if args.key?(:subscriptions) end |