class Google::Apis::AndroidpublisherV2::InAppProductsBatchRequestEntry

Attributes

batch_id[RW]

Corresponds to the JSON property `batchId` @return [Fixnum]

inappproductsinsertrequest[RW]

Corresponds to the JSON property `inappproductsinsertrequest` @return [Google::Apis::AndroidpublisherV2::InsertInAppProductsRequest]

inappproductsupdaterequest[RW]

Corresponds to the JSON property `inappproductsupdaterequest` @return [Google::Apis::AndroidpublisherV2::UpdateInAppProductsRequest]

method_name[RW]

Corresponds to the JSON property `methodName` @return [String]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/androidpublisher_v2/classes.rb, line 748
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/androidpublisher_v2/classes.rb, line 753
def update!(**args)
  @batch_id = args[:batch_id] if args.key?(:batch_id)
  @inappproductsinsertrequest = args[:inappproductsinsertrequest] if args.key?(:inappproductsinsertrequest)
  @inappproductsupdaterequest = args[:inappproductsupdaterequest] if args.key?(:inappproductsupdaterequest)
  @method_name = args[:method_name] if args.key?(:method_name)
end