Class: Google::Apis::AndroidpublisherV3::BatchUpdateOneTimeProductOfferStatesRequest
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::BatchUpdateOneTimeProductOfferStatesRequest
- 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 BatchUpdateOneTimeProductOfferStates.
Instance Attribute Summary collapse
-
#requests ⇒ Array<Google::Apis::AndroidpublisherV3::UpdateOneTimeProductOfferStateRequest>
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BatchUpdateOneTimeProductOfferStatesRequest
constructor
A new instance of BatchUpdateOneTimeProductOfferStatesRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BatchUpdateOneTimeProductOfferStatesRequest
Returns a new instance of BatchUpdateOneTimeProductOfferStatesRequest.
1315 1316 1317 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1315 def initialize(**args) update!(**args) end |
Instance Attribute Details
#requests ⇒ Array<Google::Apis::AndroidpublisherV3::UpdateOneTimeProductOfferStateRequest>
Required. The update request list of up to 100 elements. All requests must
update different offers.
Corresponds to the JSON property requests
1313 1314 1315 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1313 def requests @requests end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1320 1321 1322 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1320 def update!(**args) @requests = args[:requests] if args.key?(:requests) end |