Skip to main content

GetLaunchersV1200Response

Properties

NameTypeDescriptionNotes
NextStringPagination marker[optional]
Items[]Launcher[optional]

Examples

  • Prepare the resource
$GetLaunchersV1200Response = Initialize-GetLaunchersV1200Response  -Next null `
-Items null
  • Convert the resource to JSON
$GetLaunchersV1200Response | ConvertTo-JSON

[Back to top]