GoogleCloudDataplexV1AspectTypeMetadataTemplateAnnotations class

Definition of the annotations of a field.

Constructors

GoogleCloudDataplexV1AspectTypeMetadataTemplateAnnotations.new({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.
getter/setter pair
description String?
Description for a field.
getter/setter pair
displayName String?
Display name for a field.
getter/setter pair
displayOrder int?
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?
You can use String Type annotations 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