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



973
974
975
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 973

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

Instance Attribute Details

#batch_idFixnum

Corresponds to the JSON property batchId

Returns:

  • (Fixnum)


961
962
963
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 961

def batch_id
  @batch_id
end

#inappproductsinsertresponseGoogle::Apis::AndroidpublisherV2::InsertInAppProductsResponse

Corresponds to the JSON property inappproductsinsertresponse



966
967
968
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 966

def inappproductsinsertresponse
  @inappproductsinsertresponse
end

#inappproductsupdateresponseGoogle::Apis::AndroidpublisherV2::UpdateInAppProductsResponse

Corresponds to the JSON property inappproductsupdateresponse



971
972
973
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 971

def inappproductsupdateresponse
  @inappproductsupdateresponse
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



978
979
980
981
982
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 978

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