Class: Google::Apis::AndroidpublisherV3::InappproductsBatchDeleteRequest
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::InappproductsBatchDeleteRequest
- 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 to delete multiple in-app products.
Instance Attribute Summary collapse
-
#requests ⇒ Array<Google::Apis::AndroidpublisherV3::InappproductsDeleteRequest>
Individual delete requests.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InappproductsBatchDeleteRequest
constructor
A new instance of InappproductsBatchDeleteRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InappproductsBatchDeleteRequest
Returns a new instance of InappproductsBatchDeleteRequest.
3013 3014 3015 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3013 def initialize(**args) update!(**args) end |
Instance Attribute Details
#requests ⇒ Array<Google::Apis::AndroidpublisherV3::InappproductsDeleteRequest>
Individual delete requests. At least one request is required. Can contain up
to 100 requests. All requests must correspond to different in-app products.
Corresponds to the JSON property requests
3011 3012 3013 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3011 def requests @requests end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3018 3019 3020 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3018 def update!(**args) @requests = args[:requests] if args.key?(:requests) end |