Provides struct and type for a PerAgentInsight
Summary
Types
@type t() :: %Gleanex.Client.PerAgentInsight{ agentId: String.t() | nil, agentName: String.t() | nil, downvoteCount: integer() | nil, icon: Gleanex.Client.IconConfig.t() | nil, isDeleted: boolean() | nil, owner: Gleanex.Client.Person.t() | nil, runCount: integer() | nil, upvoteCount: integer() | nil, userCount: integer() | nil }