pulumi-github-kotlin
5.21.0.0
pulumi-github-kotlin
/
com.pulumi.github.kotlin.outputs
/
GetExternalGroupsExternalGroup
Get
External
Groups
External
Group
data
class
GetExternalGroupsExternalGroup
(
val
groupId
:
Int
,
val
groupName
:
String
,
val
updatedAt
:
String
)
Types
Constructors
Properties
Constructors
Get
External
Groups
External
Group
Link copied to clipboard
fun
GetExternalGroupsExternalGroup
(
groupId
:
Int
,
groupName
:
String
,
updatedAt
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
group
Id
Link copied to clipboard
val
groupId
:
Int
the ID of the group.
group
Name
Link copied to clipboard
val
groupName
:
String
the name of the group.
updated
At
Link copied to clipboard
val
updatedAt
:
String
the date the group was last updated.