AgentAttributionInfo constructor
AgentAttributionInfo({
- String? agentId,
- String? agentName,
- AgentAttributionInfoAgentOwner? agentOwner,
- String? agentType,
Implementation
AgentAttributionInfo({
this.agentId,
this.agentName,
this.agentOwner,
this.agentType,
});