Class: Google::Apis::AndroidpublisherV3::BatchGetSubscriptionsResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#subscriptionsArray<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