SwaggerCustomDynamicTreeParameter Class
The swagger custom dynamic tree parameter.
- Inheritance
-
msrest.serialization.ModelSwaggerCustomDynamicTreeParameter
Constructor
SwaggerCustomDynamicTreeParameter(*, selected_item_value_path: str | None = None, value: Any | None = None, parameter_reference: str | None = None, required: bool | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
selected_item_value_path
|
Gets or sets a path to a property in the currently selected item to pass as a value to a parameter for the given operation. |
value
|
The parameter value. |
parameter_reference
|
The parameter reference. |
required
|
Indicates whether the parameter is required. |
Variables
Name | Description |
---|---|
selected_item_value_path
|
Gets or sets a path to a property in the currently selected item to pass as a value to a parameter for the given operation. |
value
|
The parameter value. |
parameter_reference
|
The parameter reference. |
required
|
Indicates whether the parameter is required. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python