Class: Google::Apis::AndroidpublisherV3::InappproductsBatchGetResponse

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) ⇒ InappproductsBatchGetResponse

Returns a new instance of InappproductsBatchGetResponse.



3024
3025
3026
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3024

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#inappproductArray<Google::Apis::AndroidpublisherV3::InAppProduct>

The list of requested in-app products, in the same order as the request. Corresponds to the JSON property inappproduct



3022
3023
3024
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3022

def inappproduct
  @inappproduct
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3029
3030
3031
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3029

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