forked from loafle/openapi-generator-original
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