Class GoogleCloudDatacatalogV1DumpItem
Wrapper for any item that can be contained in the dump.
Implements
Inherited Members
Namespace: Google.Apis.DataCatalog.v1.Data
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class GoogleCloudDatacatalogV1DumpItem : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TaggedEntry
Entry and its tags.
Declaration
[JsonProperty("taggedEntry")]
public virtual GoogleCloudDatacatalogV1TaggedEntry TaggedEntry { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatacatalogV1TaggedEntry |