google_api_data_catalog v0.8.0 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.
  • 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 Source
t() ::
  %GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1TagField{
    boolValue: boolean(),
    displayName: String.t(),
    doubleValue: float(),
    enumValue:
      GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1TagFieldEnumValue.t(),
    stringValue: String.t(),
    timestampValue: DateTime.t()
  }

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.