class Google::Apis::AndroidpublisherV2::InAppProductsBatchRequest
Attributes
entrys[RW]
Corresponds to the JSON property `entrys` @return [Array<Google::Apis::AndroidpublisherV2::InAppProductsBatchRequestEntry>]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/androidpublisher_v2/classes.rb, line 714 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 719 def update!(**args) @entrys = args[:entrys] if args.key?(:entrys) end