Class GoogleCloudDataplexV1Contacts
Business contacts part of business context of a Data Domain. Corresponds to the Contacts Aspect in Dataplex Universal Catalog.
Implements
Inherited Members
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> |