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