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