toggle menu
pulumi-gitlab-kotlin
5.0.2.2
jvm
switch theme
search in API
pulumi-gitlab-kotlin
/
com.pulumi.gitlab.kotlin.outputs
/
GetProjectsProjectOwner
Get
Projects
Project
Owner
data
class
GetProjectsProjectOwner
(
val
avatarUrl
:
String
,
val
id
:
Int
,
val
name
:
String
,
val
state
:
String
,
val
username
:
String
,
val
websiteUrl
:
String
)
Members
Constructors
Get
Projects
Project
Owner
Link copied to clipboard
constructor
(
avatarUrl
:
String
,
id
:
Int
,
name
:
String
,
state
:
String
,
username
:
String
,
websiteUrl
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
avatar
Url
Link copied to clipboard
val
avatarUrl
:
String
id
Link copied to clipboard
val
id
:
Int
The ID of this resource.
name
Link copied to clipboard
val
name
:
String
state
Link copied to clipboard
val
state
:
String
username
Link copied to clipboard
val
username
:
String
website
Url
Link copied to clipboard
val
websiteUrl
:
String