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.
2993 2994 2995 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2993 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
2991 2992 2993 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2991 def requests @requests end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2998 2999 3000 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2998 def update!(**args) @requests = args[:requests] if args.key?(:requests) end |