Class GoogleCloudDatacatalogV1ImportTaxonomiesResponse
Response message for ImportTaxonomies.
Inheritance
System.Object
GoogleCloudDatacatalogV1ImportTaxonomiesResponse
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|---|
System.String |
Taxonomies
Imported taxonomies.
Declaration
[JsonProperty("taxonomies")]
public virtual IList<GoogleCloudDatacatalogV1Taxonomy> Taxonomies { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<GoogleCloudDatacatalogV1Taxonomy> |