GoogleCloudDatacatalogV1beta1TagTemplateField class
The template for an individual field within a tag template.
Constructors
- GoogleCloudDatacatalogV1beta1TagTemplateField({String? description, String? displayName, bool? isRequired, String? name, int? order, GoogleCloudDatacatalogV1beta1FieldType? type})
- GoogleCloudDatacatalogV1beta1TagTemplateField.fromJson(Map _json)
Properties
- description ↔ String?
-
The description for this field.
getter/setter pair
- displayName ↔ String?
-
The display name for this field.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isRequired ↔ bool?
-
Whether this is a required field.
getter/setter pair
- name ↔ String?
-
The resource name of the tag template field in URL format.
getter/setter pair
- order ↔ int?
-
The order of this field with respect to other fields in this tag template.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ GoogleCloudDatacatalogV1beta1FieldType?
-
The type of value this tag field can contain.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited