Class GoogleCloudDatacatalogV1ImportTaxonomiesResponse
Response message for ImportTaxonomies.
Implements
Inherited Members
Namespace: Google.Apis.DataCatalog.v1.Data
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class GoogleCloudDatacatalogV1ImportTaxonomiesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Taxonomies
Imported taxonomies.
Declaration
[JsonProperty("taxonomies")]
public virtual IList<GoogleCloudDatacatalogV1Taxonomy> Taxonomies { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudDatacatalogV1Taxonomy> |