Show / Hide Table of Contents

Class AgentAttributionInfo

Details of the AI agent that was the actor for the activity.

Inheritance
object
AgentAttributionInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Admin.Reports.reports_v1.Data
Assembly: Google.Apis.Admin.Reports.reports_v1.dll
Syntax
public class AgentAttributionInfo : IDirectResponseSchema

Properties

AgentId

The ID of the agent.

Declaration
[JsonProperty("agentId")]
public virtual string AgentId { get; set; }
Property Value
Type Description
string

AgentName

The user visible name of the agent.

Declaration
[JsonProperty("agentName")]
public virtual string AgentName { get; set; }
Property Value
Type Description
string

AgentOwner

The owner of the agent.

Declaration
[JsonProperty("agentOwner")]
public virtual AgentAttributionInfoAgentOwner AgentOwner { get; set; }
Property Value
Type Description
AgentAttributionInfoAgentOwner

AgentType

Type of the agent.

Declaration
[JsonProperty("agentType")]
public virtual string AgentType { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX