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