GoogleCloudDatacatalogV1ContactsArgs

data class GoogleCloudDatacatalogV1ContactsArgs(val people: Output<List<GoogleCloudDatacatalogV1ContactsPersonArgs>>? = null) : ConvertibleToJava<GoogleCloudDatacatalogV1ContactsArgs>

Contact people for the entry.

Constructors

Link copied to clipboard
constructor(people: Output<List<GoogleCloudDatacatalogV1ContactsPersonArgs>>? = null)

Properties

Link copied to clipboard

The list of contact people for the entry.

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDatacatalogV1ContactsArgs