Class: Google::Apis::AppsmarketV2::Deletes
- Inherits:
-
Object
- Object
- Google::Apis::AppsmarketV2::Deletes
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/appsmarket_v2/classes.rb,
generated/google/apis/appsmarket_v2/representations.rb,
generated/google/apis/appsmarket_v2/representations.rb
Instance Attribute Summary collapse
-
#edition_id ⇒ String
(Deprecated) Corresponds to the JSON property
editionId
. -
#kind ⇒ String
Corresponds to the JSON property
kind
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Deletes
constructor
A new instance of Deletes.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Deletes
Returns a new instance of Deletes.
90 91 92 |
# File 'generated/google/apis/appsmarket_v2/classes.rb', line 90 def initialize(**args) update!(**args) end |
Instance Attribute Details
#edition_id ⇒ String
(Deprecated)
Corresponds to the JSON property editionId
83 84 85 |
# File 'generated/google/apis/appsmarket_v2/classes.rb', line 83 def edition_id @edition_id end |
#kind ⇒ String
Corresponds to the JSON property kind
88 89 90 |
# File 'generated/google/apis/appsmarket_v2/classes.rb', line 88 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
95 96 97 98 |
# File 'generated/google/apis/appsmarket_v2/classes.rb', line 95 def update!(**args) @edition_id = args[:edition_id] if args.key?(:edition_id) @kind = args[:kind] if args.key?(:kind) end |