Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 539 Bytes

PathSubstitution.md

File metadata and controls

16 lines (11 loc) · 539 Bytes

openapi.model.PathSubstitution

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
from String Gets or sets the value to substitute. [optional]
to String Gets or sets the value to substitution with. [optional]

[Back to Model list] [Back to API list] [Back to README]