GetLaunchers200Response
Properties
Name | Type | Description | Notes |
---|---|---|---|
Next | String | Pagination marker | [optional] |
Items | []Launcher | [optional] |
Examples
- Prepare the resource
$GetLaunchers200Response = Initialize-PSSailpoint.BetaGetLaunchers200Response -Next null `
-Items null
- Convert the resource to JSON
$GetLaunchers200Response | ConvertTo-JSON