Class: Google::Apis::AdminReportsV1::AgentAttributionInfoAgentOwner
- Inherits:
-
Object
- Object
- Google::Apis::AdminReportsV1::AgentAttributionInfoAgentOwner
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/admin_reports_v1/classes.rb,
lib/google/apis/admin_reports_v1/representations.rb,
lib/google/apis/admin_reports_v1/representations.rb
Overview
Details of the owner of the AI agent.
Instance Attribute Summary collapse
-
#email ⇒ String
The email of the agent owner.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AgentAttributionInfoAgentOwner
constructor
A new instance of AgentAttributionInfoAgentOwner.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AgentAttributionInfoAgentOwner
Returns a new instance of AgentAttributionInfoAgentOwner.
693 694 695 |
# File 'lib/google/apis/admin_reports_v1/classes.rb', line 693 def initialize(**args) update!(**args) end |
Instance Attribute Details
#email ⇒ String
The email of the agent owner.
Corresponds to the JSON property email
691 692 693 |
# File 'lib/google/apis/admin_reports_v1/classes.rb', line 691 def email @email end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
698 699 700 |
# File 'lib/google/apis/admin_reports_v1/classes.rb', line 698 def update!(**args) @email = args[:email] if args.key?(:email) end |