google_api_data_catalog v0.9.0 GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1TagTemplateField View Source
The template for an individual field within a tag template.
Attributes
displayName(type:String.t, default:nil) - The display name for this field. Defaults to an empty string.isRequired(type:boolean(), default:nil) - Whether this is a required field. Defaults to false.name(type:String.t, default:nil) - Output only. The resource name of the tag template field in URL format. Example:- projects/{project_id}/locations/{location}/tagTemplates/{tag_template}/fields/{field}
Note that this TagTemplateField may not actually be stored in the location in this name.
type(type:GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1FieldType.t, default:nil) - Required. The type of value this tag field can contain.
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.GoogleCloudDatacatalogV1beta1TagTemplateField{
displayName: String.t(),
isRequired: boolean(),
name: String.t(),
type:
GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1FieldType.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.