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.



954
955
956
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 954

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



952
953
954
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 952

def subscriptions
  @subscriptions
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



959
960
961
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 959

def update!(**args)
  @subscriptions = args[:subscriptions] if args.key?(:subscriptions)
end