GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1TagField (google_api_data_catalog v0.32.2)
View SourceContains 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1TagField{ boolValue: boolean() | nil, displayName: String.t() | nil, doubleValue: float() | nil, enumValue: GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1TagFieldEnumValue.t() | nil, order: integer() | nil, stringValue: String.t() | nil, timestampValue: DateTime.t() | nil }