Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1UserInfo
- Inherits:
-
Object
- Object
- Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1UserInfo
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/contactcenterinsights_v1/classes.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb
Overview
Information about a user.
Instance Attribute Summary collapse
-
#username ⇒ String
The user's username.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1UserInfo
constructor
A new instance of GoogleCloudContactcenterinsightsV1UserInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1UserInfo
Returns a new instance of GoogleCloudContactcenterinsightsV1UserInfo.
11465 11466 11467 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 11465 def initialize(**args) update!(**args) end |
Instance Attribute Details
#username ⇒ String
The user's username.
Corresponds to the JSON property username
11463 11464 11465 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 11463 def username @username end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11470 11471 11472 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 11470 def update!(**args) @username = args[:username] if args.key?(:username) end |