ServiceListContainersSegmentResponse type

Enthält Antwortdaten für den ListContainersSegment-Vorgang.

type ServiceListContainersSegmentResponse =
  ServiceListContainersSegmentHeaders &
    ListContainersSegmentResponse & {
      _response: coreHttp.HttpResponse & {
        bodyAsText: string
        parsedBody: ListContainersSegmentResponse
        parsedHeaders: ServiceListContainersSegmentHeaders
      }
    }