BasePathMapping¶
Structure Class¶
BasePathMapping
dataclass
¶
Represents the base path that callers of the API must provide as part of the URL after the domain name.
Attributes¶
base_path
class-attribute
instance-attribute
¶
base_path: str | None = None
The base path name that callers of the API must provide as part of the URL after the domain name.