Class: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitV2UserEntity

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

Overview

The entity object for the user.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudIdentitytoolkitV2UserEntity

Returns a new instance of GoogleCloudIdentitytoolkitV2UserEntity.



3373
3374
3375
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 3373

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

Instance Attribute Details

#idString

The user ID. Corresponds to the JSON property id NOTE: Values are automatically base64 encoded/decoded in the client library.

Returns:

  • (String)


3371
3372
3373
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 3371

def id
  @id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3378
3379
3380
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 3378

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