MeshGatewayListResponse type
リスト操作の応答データが含まれています。
type MeshGatewayListResponse = PagedGatewayResourceDescriptionList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PagedGatewayResourceDescriptionList
}
}