mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-13 05:00:50 +00:00
679 B
679 B
NumberPropertiesOnly
Properties
Name | Type | Description | Notes |
---|---|---|---|
Number | Decimal | [optional] | |
Float | Double | [optional] | |
Double | Double | [optional] |
Examples
- Prepare the resource
$NumberPropertiesOnly = Initialize-PSOpenAPIToolsNumberPropertiesOnly -Number null `
-Float null `
-Double null
- Convert the resource to JSON
$NumberPropertiesOnly | ConvertTo-JSON