GetClusterAgentsClusterAgent

data class GetClusterAgentsClusterAgent(val agentId: Int, val createdAt: String, val createdByUserId: Int, val name: String, val project: String)

Constructors

Link copied to clipboard
constructor(agentId: Int, createdAt: String, createdByUserId: Int, name: String, project: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the agent.

Link copied to clipboard

The ISO8601 datetime when the agent was created.

Link copied to clipboard

The ID of the user who created the agent.

Link copied to clipboard

The Name of the agent.

Link copied to clipboard

ID or full path of the project maintained by the authenticated user.