class Google::Apis::AppsmarketV2::Reassignments
Attributes
edition_id[RW]
(Deprecated) Corresponds to the JSON property `editionId` @return [String]
kind[RW]
Corresponds to the JSON property `kind` @return [String]
type[RW]
Corresponds to the JSON property `type` @return [String]
user_id[RW]
The email address of the reassigned user. Corresponds to the JSON property `userId` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/appsmarket_v2/classes.rb, line 315 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 320 def update!(**args) @edition_id = args[:edition_id] if args.key?(:edition_id) @kind = args[:kind] if args.key?(:kind) @type = args[:type] if args.key?(:type) @user_id = args[:user_id] if args.key?(:user_id) end