GoogleCloudDatacatalogV1TagTemplateField class

The template for an individual field within a tag template.

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?
If true, this field is required.
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 GoogleCloudDatacatalogV1FieldType?
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