DescribeNamespaceResponse class
Constructors
- DescribeNamespaceResponse.new({String? namespaceArn, String? namespaceName, int? namespaceVersion, String? trackingNamespaceName, int? trackingNamespaceVersion})
-
DescribeNamespaceResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- namespaceArn → String?
-
The ARN of the namespace.
final
- namespaceName → String?
-
The name of the namespace.
final
- namespaceVersion → int?
-
The version of the user's namespace to describe.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- trackingNamespaceName → String?
-
The name of the public namespace that the latest namespace version is
tracking.
final
- trackingNamespaceVersion → int?
-
The version of the public namespace that the latest version is tracking.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited