toggle menu
pulumi-gcp-kotlin
8.31.0.0
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.bigtable.kotlin.outputs
/
TableColumnFamily
Table
Column
Family
data
class
TableColumnFamily
(
val
family
:
String
,
val
type
:
String
?
=
null
)
Members
Constructors
Table
Column
Family
Link copied to clipboard
constructor
(
family
:
String
,
type
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
family
Link copied to clipboard
val
family
:
String
The name of the column family.
type
Link copied to clipboard
val
type
:
String
?
=
null
The type of the column family.