Class GoogleCloudDatacatalogV1FieldType
Implements
Inherited Members
Namespace: Google.Apis.DataCatalog.v1.Data
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class GoogleCloudDatacatalogV1FieldType : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EnumType
An enum type.
Declaration
[JsonProperty("enumType")]
public virtual GoogleCloudDatacatalogV1FieldTypeEnumType EnumType { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatacatalogV1FieldTypeEnumType |
PrimitiveType
Primitive types, such as string, boolean, etc.
Declaration
[JsonProperty("primitiveType")]
public virtual string PrimitiveType { get; set; }
Property Value
Type | Description |
---|---|
string |