class Google::Apis::AndroidpublisherV2::InAppProductsBatchResponseEntry
Attributes
batch_id[RW]
Corresponds to the JSON property `batchId` @return [Fixnum]
inappproductsinsertresponse[RW]
Corresponds to the JSON property `inappproductsinsertresponse` @return [Google::Apis::AndroidpublisherV2::InsertInAppProductsResponse]
inappproductsupdateresponse[RW]
Corresponds to the JSON property `inappproductsupdateresponse` @return [Google::Apis::AndroidpublisherV2::UpdateInAppProductsResponse]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/androidpublisher_v2/classes.rb, line 806 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 811 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