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.
1152 1153 1154 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1152 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
1150 1151 1152 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1150 def subscriptions @subscriptions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1157 1158 1159 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1157 def update!(**args) @subscriptions = args[:subscriptions] if args.key?(:subscriptions) end |