ServiceListContainersSegmentResponse type

Berisi data respons untuk operasi listContainersSegment.

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