Class: Google::Apis::AndroidpublisherV2::InsertInAppProductsRequest
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV2::InsertInAppProductsRequest
- 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) ⇒ InsertInAppProductsRequest
constructor
A new instance of InsertInAppProductsRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ InsertInAppProductsRequest
Returns a new instance of InsertInAppProductsRequest.
915 916 917 |
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 915 def initialize(**args) update!(**args) end |
Instance Attribute Details
#inappproduct ⇒ Google::Apis::AndroidpublisherV2::InAppProduct
Corresponds to the JSON property inappproduct
913 914 915 |
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 913 def inappproduct @inappproduct end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
920 921 922 |
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 920 def update!(**args) @inappproduct = args[:inappproduct] if args.key?(:inappproduct) end |