FileSetHTTPHeadersResponse type

Contains response data for the setHttpHeaders operation.

type FileSetHTTPHeadersResponse = FileSetHTTPHeadersHeaders & {
  _response: coreHttp.HttpResponse & {
    parsedHeaders: FileSetHTTPHeadersHeaders
  }
}