class Google::Apis::LicensingV1::LicenseAssignmentInsert

Representation of a license assignment.

Attributes

user_id[RW]

Email id of the user Corresponds to the JSON property `userId` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/licensing_v1/classes.rb, line 124
def update!(**args)
  @user_id = args[:user_id] if args.key?(:user_id)
end