class Google::Apis::AppsmarketV2::Deletes

Attributes

edition_id[RW]

(Deprecated) Corresponds to the JSON property `editionId` @return [String]

kind[RW]

Corresponds to the JSON property `kind` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/appsmarket_v2/classes.rb, line 90
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/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