toggle menu
pulumi-gitlab-kotlin
5.0.2.2
jvm
switch theme
search in API
pulumi-gitlab-kotlin
/
com.pulumi.gitlab.kotlin.outputs
/
GetClusterAgentsClusterAgent
Get
Cluster
Agents
Cluster
Agent
data
class
GetClusterAgentsClusterAgent
(
val
agentId
:
Int
,
val
createdAt
:
String
,
val
createdByUserId
:
Int
,
val
name
:
String
,
val
project
:
String
)
Members
Constructors
Get
Cluster
Agents
Cluster
Agent
Link copied to clipboard
constructor
(
agentId
:
Int
,
createdAt
:
String
,
createdByUserId
:
Int
,
name
:
String
,
project
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
agent
Id
Link copied to clipboard
val
agentId
:
Int
created
At
Link copied to clipboard
val
createdAt
:
String
created
By
User
Id
Link copied to clipboard
val
createdByUserId
:
Int
name
Link copied to clipboard
val
name
:
String
project
Link copied to clipboard
val
project
:
String
The ID or full path of the project owned by the authenticated user.