RestApiPayloadProperty Class   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
REST API payload property.
public sealed class RestApiPayloadPropertytype RestApiPayloadProperty = classPublic NotInheritable Class RestApiPayloadProperty- Inheritance
- 
				RestApiPayloadProperty
Properties
| ArgumentName | The property argument name. If provided, the argument name will be used to search for the corresponding property value in function arguments. If no property value is found using the argument name, the original name - Name will be used for the search instead. | 
| DefaultValue | The default value. | 
| Description | The property description. | 
| Format | The property type modifier that refines the generic parameter type to a more specific one. More details can be found at https://swagger.io/docs/specification/data-models/data-types | 
| IsRequired | Flag specifying if the property is required or not. | 
| Name | The property name. | 
| Properties | The properties. | 
| Schema | The schema of the parameter. |