BasePathMapping class

Represents the base path that callers of the API must provide as part of the URL after the domain name.

A custom domain name plus a BasePathMapping specification identifies a deployed RestApi in a given stage of the owner Account.
Use Custom Domain Names

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