GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1TagField (google_api_data_catalog v0.32.2)
View SourceContains the value and additional information on a field within a Tag.
Attributes
-
boolValue
(type:boolean()
, default:nil
) - The value of a tag field with a boolean type. -
displayName
(type:String.t
, default:nil
) - Output only. The display name of this field. -
doubleValue
(type:float()
, default:nil
) - The value of a tag field with a double type. -
enumValue
(type:GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1TagFieldEnumValue.t
, default:nil
) - The value of a tag field with an enum type. This value must be one of the allowed values listed in this enum. -
order
(type:integer()
, default:nil
) - Output only. The order of this field with respect to other fields in this tag. Can be set by 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 don't have to be sequential. -
richtextValue
(type:String.t
, default:nil
) - The value of a tag field with a rich text type. The maximum length is 10 MiB as this value holds HTML descriptions including encoded images. The maximum length of the text without images is 100 KiB. -
stringValue
(type:String.t
, default:nil
) - The value of a tag field with a string type. The maximum length is 2000 UTF-8 characters. -
timestampValue
(type:DateTime.t
, default:nil
) - The value of a tag field with a timestamp type.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1TagField{ boolValue: boolean() | nil, displayName: String.t() | nil, doubleValue: float() | nil, enumValue: GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1TagFieldEnumValue.t() | nil, order: integer() | nil, richtextValue: String.t() | nil, stringValue: String.t() | nil, timestampValue: DateTime.t() | nil }