toggle menu
pulumi-cloudflare-kotlin
6.2.1.0
jvm
switch theme
search in API
pulumi-cloudflare-kotlin
/
com.pulumi.cloudflare.kotlin.outputs
/
TeamsListItem
Teams
List
Item
data
class
TeamsListItem
(
val
createdAt
:
String
?
=
null
,
val
description
:
String
?
=
null
,
val
value
:
String
?
=
null
)
Members
Constructors
Teams
List
Item
Link copied to clipboard
constructor
(
createdAt
:
String
?
=
null
,
description
:
String
?
=
null
,
value
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
created
At
Link copied to clipboard
val
createdAt
:
String
?
=
null
description
Link copied to clipboard
val
description
:
String
?
=
null
The description of the list item, if present
value
Link copied to clipboard
val
value
:
String
?
=
null
The value of the item in a list.