GoogleCloudDatacatalogV1ContactsPersonArgs

data class GoogleCloudDatacatalogV1ContactsPersonArgs(val designation: Output<String>? = null, val email: Output<String>? = null) : ConvertibleToJava<GoogleCloudDatacatalogV1ContactsPersonArgs>

A contact person for the entry.

Constructors

fun GoogleCloudDatacatalogV1ContactsPersonArgs(designation: Output<String>? = null, email: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val designation: Output<String>? = null

Designation of the person, for example, Data Steward.

Link copied to clipboard
val email: Output<String>? = null

Email of the person in the format of john.doe@xyz, ``, or John Doe.