Show / Hide Table of Contents

Class GoogleCloudDataplexV1ContactIdentity

Identity of a business contact.

Inheritance
object
GoogleCloudDataplexV1ContactIdentity
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1ContactIdentity : IDirectResponseSchema

Properties

ContactId

Optional. Email ID or freeform ID of the Contact person.

Declaration
[JsonProperty("contactId")]
public virtual string ContactId { get; set; }
Property Value
Type Description
string

ContactName

Required. Name of the contact person for the Data Domain; unvalidated freeform text.

Declaration
[JsonProperty("contactName")]
public virtual string ContactName { get; set; }
Property Value
Type Description
string

ContactRole

Required. Designation of the person i.e. Data Steward or Data Analyst. Example values: owner, steward, producer, admin.

Declaration
[JsonProperty("contactRole")]
public virtual string ContactRole { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX