Class GoogleCloudDatacatalogV1GraphSpecGraphElementTableLabelAndProperties
The label and its properties. Each label is associated with a set of properties.
Implements
Inherited Members
Namespace: Google.Apis.DataCatalog.v1beta1.Data
Assembly: Google.Apis.DataCatalog.v1beta1.dll
Syntax
public class GoogleCloudDatacatalogV1GraphSpecGraphElementTableLabelAndProperties : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Label
Required. The name of the label.
Declaration
[JsonProperty("label")]
public virtual string Label { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Properties
Optional. The properties associated with the label.
Declaration
[JsonProperty("properties")]
public virtual IList<GoogleCloudDatacatalogV1GraphSpecGraphElementTableProperty> Properties { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudDatacatalogV1GraphSpecGraphElementTableProperty> |