Class: Google::Apis::AndroidpublisherV2::InsertInAppProductsResponse
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV2::InsertInAppProductsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/androidpublisher_v2/classes.rb,
generated/google/apis/androidpublisher_v2/representations.rb,
generated/google/apis/androidpublisher_v2/representations.rb
Instance Attribute Summary collapse
-
#inappproduct ⇒ Google::Apis::AndroidpublisherV2::InAppProduct
Corresponds to the JSON property
inappproduct
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InsertInAppProductsResponse
constructor
A new instance of InsertInAppProductsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ InsertInAppProductsResponse
Returns a new instance of InsertInAppProductsResponse
1013 1014 1015 |
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 1013 def initialize(**args) update!(**args) end |
Instance Attribute Details
#inappproduct ⇒ Google::Apis::AndroidpublisherV2::InAppProduct
Corresponds to the JSON property inappproduct
1011 1012 1013 |
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 1011 def inappproduct @inappproduct end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1018 1019 1020 |
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 1018 def update!(**args) @inappproduct = args[:inappproduct] if args.key?(:inappproduct) end |