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