Class GoogleCloudDatacatalogV1beta1FieldType
Implements
Inherited Members
Namespace: Google.Apis.DataCatalog.v1beta1.Data
Assembly: Google.Apis.DataCatalog.v1beta1.dll
Syntax
public class GoogleCloudDatacatalogV1beta1FieldType : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EnumType
Represents an enum type.
Declaration
[JsonProperty("enumType")]
public virtual GoogleCloudDatacatalogV1beta1FieldTypeEnumType EnumType { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatacatalogV1beta1FieldTypeEnumType |
PrimitiveType
Represents primitive types - string, bool etc.
Declaration
[JsonProperty("primitiveType")]
public virtual string PrimitiveType { get; set; }
Property Value
Type | Description |
---|---|
string |