BasePathMapping class
Represents the base path that callers of the API must provide as part of the URL after the domain name.
Constructors
- BasePathMapping({String? basePath, String? restApiId, String? stage})
-
BasePathMapping.fromJson(Map<
String, dynamic> json) -
factory
Properties
- basePath → String?
-
The base path name that callers of the API must provide as part of the URL
after the domain name.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- restApiId → String?
-
The string identifier of the associated RestApi.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stage → String?
-
The name of the associated stage.
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