ContainerSetMetadataResponse type

setMetadata 操作の応答データが含まれます。

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