ContainerSetMetadataResponse type

Содержит данные ответа для операции setMetadata.

type ContainerSetMetadataResponse = ContainerSetMetadataHeaders & {
  _response: coreHttp.HttpResponse & {
    parsedHeaders: ContainerSetMetadataHeaders
  }
}