Class: Google::Apis::AndroidpublisherV2::InAppProductsBatchResponseEntry

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/androidpublisher_v2/classes.rb,
generated/google/apis/androidpublisher_v2/representations.rb,
generated/google/apis/androidpublisher_v2/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ InAppProductsBatchResponseEntry

Returns a new instance of InAppProductsBatchResponseEntry.



856
857
858
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 856

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

Instance Attribute Details

#batch_idFixnum

Corresponds to the JSON property batchId

Returns:

  • (Fixnum)


844
845
846
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 844

def batch_id
  @batch_id
end

#inappproductsinsertresponseGoogle::Apis::AndroidpublisherV2::InsertInAppProductsResponse

Corresponds to the JSON property inappproductsinsertresponse



849
850
851
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 849

def inappproductsinsertresponse
  @inappproductsinsertresponse
end

#inappproductsupdateresponseGoogle::Apis::AndroidpublisherV2::UpdateInAppProductsResponse

Corresponds to the JSON property inappproductsupdateresponse



854
855
856
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 854

def inappproductsupdateresponse
  @inappproductsupdateresponse
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



861
862
863
864
865
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 861

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