Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 829 Bytes

File metadata and controls

27 lines (21 loc) · 829 Bytes

MapTest

Properties

Name Type Description Notes
MapMapOfString System.Collections.Hashtable [optional]
MapOfEnumString System.Collections.Hashtable [optional]
DirectMap System.Collections.Hashtable [optional]
IndirectMap System.Collections.Hashtable [optional]

Examples

  • Prepare the resource
$MapTest = Initialize-PSPetstoreMapTest  -MapMapOfString null `
 -MapOfEnumString null `
 -DirectMap null `
 -IndirectMap null
  • Convert the resource to JSON
$MapTest | ConvertTo-JSON

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