Class: Google::Apis::AndroidpublisherV3::InappproductsBatchGetResponse
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::InappproductsBatchGetResponse
- 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
-
#inappproduct ⇒ Array<Google::Apis::AndroidpublisherV3::InAppProduct>
The list of requested in-app products, in the same order as the request.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InappproductsBatchGetResponse
constructor
A new instance of InappproductsBatchGetResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InappproductsBatchGetResponse
Returns a new instance of InappproductsBatchGetResponse.
3032 3033 3034 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3032 def initialize(**args) update!(**args) end |
Instance Attribute Details
#inappproduct ⇒ Array<Google::Apis::AndroidpublisherV3::InAppProduct>
The list of requested in-app products, in the same order as the request.
Corresponds to the JSON property inappproduct
3030 3031 3032 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3030 def inappproduct @inappproduct end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3037 3038 3039 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3037 def update!(**args) @inappproduct = args[:inappproduct] if args.key?(:inappproduct) end |