forked from loafle/openapi-generator-original
* replace powershell generator with powershell-experimental generator * add back samples * add back scripts * remove outdated script * update doc
1.0 KiB
1.0 KiB
User
Properties
Name | Type | Description | Notes |
---|---|---|---|
Id | Int64 | [optional] [default to null] | |
Username | String | [optional] [default to null] | |
FirstName | String | [optional] [default to null] | |
LastName | String | [optional] [default to null] | |
String | [optional] [default to null] | ||
Password | String | [optional] [default to null] | |
Phone | String | [optional] [default to null] | |
UserStatus | Int32 | User Status | [optional] [default to null] |
Examples
- Prepare the resource
Initialize-PSPetstoreUser -Id null `
-Username null `
-FirstName null `
-LastName null `
-Email null `
-Password null `
-Phone null `
-UserStatus null
- Convert the resource to JSON
$ | Convert-ToJSON