ContainerSetMetadataResponse type

Contains response data for the setMetadata operation.

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