GoogleCloudDataplexV1AspectTypeMetadataTemplateAnnotations class
Definition of the annotations of a field
Constructors
-
GoogleCloudDataplexV1AspectTypeMetadataTemplateAnnotations({String? deprecated, String? description, String? displayName, int? displayOrder, String? stringType, List<
String> ? stringValues}) - GoogleCloudDataplexV1AspectTypeMetadataTemplateAnnotations.fromJson(Map json_)
Properties
- deprecated ↔ String?
-
Marks a field as deprecated, a deprecation message can be included.
getter/setter pair
- description ↔ String?
-
Specify a description for a field
getter/setter pair
- displayName ↔ String?
-
Specify a displayname for a field.
getter/setter pair
- displayOrder ↔ int?
-
Specify a display order for a field.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stringType ↔ String?
-
String Type annotations can be used to specify special meaning to string
fields.
getter/setter pair
-
stringValues
↔ List<
String> ? -
Suggested hints for string fields.
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