Class: Google::Apis::AndroidpublisherV3::BatchUpdateOneTimeProductOffersRequest
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::BatchUpdateOneTimeProductOffersRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/androidpublisher_v3/classes.rb,
lib/google/apis/androidpublisher_v3/representations.rb,
lib/google/apis/androidpublisher_v3/representations.rb
Overview
Request message for BatchUpdateOneTimeProductOffers.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ BatchUpdateOneTimeProductOffersRequest
constructor
A new instance of BatchUpdateOneTimeProductOffersRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BatchUpdateOneTimeProductOffersRequest
Returns a new instance of BatchUpdateOneTimeProductOffersRequest.
1354 1355 1356 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1354 def initialize(**args) update!(**args) end |
Instance Attribute Details
#requests ⇒ Array<Google::Apis::AndroidpublisherV3::UpdateOneTimeProductOfferRequest>
Required. A list of update requests of up to 100 elements. All requests must
update different offers.
Corresponds to the JSON property requests
1352 1353 1354 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1352 def requests @requests end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1359 1360 1361 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1359 def update!(**args) @requests = args[:requests] if args.key?(:requests) end |