class Google::Apis::AndroidpublisherV2::InAppProductsBatchResponse

Attributes

entrys[RW]

Corresponds to the JSON property `entrys` @return [Array<Google::Apis::AndroidpublisherV2::InAppProductsBatchResponseEntry>]

kind[RW]

Identifies what kind of resource this is. Value: the fixed string “ androidpublisher#inappproductsBatchResponse”. Corresponds to the JSON property `kind` @return [String]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/androidpublisher_v2/classes.rb, line 776
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 781
def update!(**args)
  @entrys = args[:entrys] if args.key?(:entrys)
  @kind = args[:kind] if args.key?(:kind)
end