Class GoogleCloudDataplexV1ListDataDomainsResponse
List DataDomains response.
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1ListDataDomainsResponse : IDirectResponseSchema
Properties
DataDomains
DataDomains under the given parent.
Declaration
[JsonProperty("dataDomains")]
public virtual IList<GoogleCloudDataplexV1DataDomain> DataDomains { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudDataplexV1DataDomain> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NextPageToken
Token to retrieve the next page of results.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |