BlobGetTagsResponse type

Contains response data for the getTags operation.

type BlobGetTagsResponse = { tags: Tags } & BlobGetTagsHeaders & {
    _response: HttpResponse & {
      bodyAsText: string
      parsedBody: BlobTags
      parsedHeaders: BlobGetTagsHeaders
    }
  }