Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 668 Bytes

File metadata and controls

25 lines (19 loc) · 668 Bytes

OuterComposite

Properties

Name Type Description Notes
MyNumber Decimal [optional]
MyString String [optional]
MyBoolean Boolean [optional]

Examples

  • Prepare the resource
$OuterComposite = Initialize-PSPetstoreOuterComposite  -MyNumber null `
 -MyString null `
 -MyBoolean null
  • Convert the resource to JSON
$OuterComposite | ConvertTo-JSON

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