google_api_data_catalog v0.12.2 GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1TagField View Source
Contains the value and supporting information for a field within a Tag.
Attributes
boolValue(type:boolean(), default:nil) - Holds the value for a tag field with boolean type.displayName(type:String.t, default:nil) - Output only. The display name of this field.doubleValue(type:float(), default:nil) - Holds the value for a tag field with double type.enumValue(type:GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1TagFieldEnumValue.t, default:nil) - Holds the value for a tag field with enum type. This value must be one of the allowed values in the definition of this enum.order(type:integer(), default:nil) - Output only. The order of this field with respect to other fields in this tag. It can be set in Tag. For example, a higher value can indicate a more important field. The value can be negative. Multiple fields can have the same order, and field orders within a tag do not have to be sequential.stringValue(type:String.t, default:nil) - Holds the value for a tag field with string type.timestampValue(type:DateTime.t, default:nil) - Holds the value for a tag field with timestamp type.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() ::
%GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1TagField{
boolValue: boolean(),
displayName: String.t(),
doubleValue: float(),
enumValue:
GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1TagFieldEnumValue.t(),
order: integer(),
stringValue: String.t(),
timestampValue: DateTime.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.