Class: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitV2UserEntity
- Inherits:
-
Object
- Object
- Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitV2UserEntity
- 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
-
#id ⇒ String
The user ID.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIdentitytoolkitV2UserEntity
constructor
A new instance of GoogleCloudIdentitytoolkitV2UserEntity.
-
#update!(**args) ⇒ Object
Update properties of this object.
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
#id ⇒ String
The user ID.
Corresponds to the JSON property id
NOTE: Values are automatically base64 encoded/decoded in the client library.
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 |