GoogleCloudDatacatalogV1beta1TagField class

Contains the value and supporting information for a field within a Tag.

Constructors

GoogleCloudDatacatalogV1beta1TagField({bool? boolValue, String? displayName, double? doubleValue, GoogleCloudDatacatalogV1beta1TagFieldEnumValue? enumValue, int? order, String? stringValue, String? timestampValue})
GoogleCloudDatacatalogV1beta1TagField.fromJson(Map _json)

Properties

boolValue bool?
Holds the value for a tag field with boolean type.
getter/setter pair
displayName String?
The display name of this field.
getter/setter pair
doubleValue double?
Holds the value for a tag field with double type.
getter/setter pair
enumValue GoogleCloudDatacatalogV1beta1TagFieldEnumValue?
Holds the value for a tag field with 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
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringValue String?
Holds the value for a tag field with string type.
getter/setter pair
timestampValue String?
Holds the value for a tag field with 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