Class: Google::Apis::LicensingV1::LicenseAssignmentInsert

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/licensing_v1/classes.rb,
generated/google/apis/licensing_v1/representations.rb,
generated/google/apis/licensing_v1/representations.rb

Overview

Representation of a license assignment.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ LicenseAssignmentInsert

Returns a new instance of LicenseAssignmentInsert.



119
120
121
# File 'generated/google/apis/licensing_v1/classes.rb', line 119

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#user_idString

Email id of the user Corresponds to the JSON property userId

Returns:

  • (String)


117
118
119
# File 'generated/google/apis/licensing_v1/classes.rb', line 117

def user_id
  @user_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



124
125
126
# File 'generated/google/apis/licensing_v1/classes.rb', line 124

def update!(**args)
  @user_id = args[:user_id] if args.key?(:user_id)
end