GoogleCloudDatacatalogV1TagField class

Contains the value and additional information on a field within a Tag.

Constructors

GoogleCloudDatacatalogV1TagField({bool? boolValue, String? displayName, double? doubleValue, GoogleCloudDatacatalogV1TagFieldEnumValue? enumValue, int? order, String? richtextValue, String? stringValue, String? timestampValue})
GoogleCloudDatacatalogV1TagField.fromJson(Map json_)

Properties

boolValue bool?
The value of a tag field with a boolean type.
getter/setter pair
displayName String?
The display name of this field.
getter/setter pair
doubleValue double?
The value of a tag field with a double type.
getter/setter pair
enumValue GoogleCloudDatacatalogV1TagFieldEnumValue?
The value of a tag field with an enum type.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
order int?
The order of this field with respect to other fields in this tag.
getter/setter pair
richtextValue String?
The value of a tag field with a rich text type.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringValue String?
The value of a tag field with a string type.
getter/setter pair
timestampValue String?
The value of a tag field with a timestamp type.
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