Class: Google::Apis::AdminReportsV1::AgentAttributionInfoAgentOwner

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#emailString

The email of the agent owner. Corresponds to the JSON property email

Returns:

  • (String)


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