TypedLinkSchemaAndFacetName class

Identifies the schema Amazon Resource Name (ARN) and facet name for the typed link.

Constructors

TypedLinkSchemaAndFacetName({required String schemaArn, required String typedLinkName})
TypedLinkSchemaAndFacetName.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schemaArn String
The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.
final
typedLinkName String
The unique name of the typed link facet.
final

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