Show / Hide Table of Contents

Class GoogleCloudDataplexV1Contacts

Business contacts part of business context of a Data Domain. Corresponds to the Contacts Aspect in Dataplex Universal Catalog.

Inheritance
object
GoogleCloudDataplexV1Contacts
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 GoogleCloudDataplexV1Contacts : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Identities

Required. Identities of the business contacts.

Declaration
[JsonProperty("identities")]
public virtual IList<GoogleCloudDataplexV1ContactIdentity> Identities { get; set; }
Property Value
Type Description
IList<GoogleCloudDataplexV1ContactIdentity>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX