FileSetMetadataResponse type

Contains response data for the setMetadata operation.

type FileSetMetadataResponse = FileSetMetadataHeaders & {
  _response: coreHttp.HttpResponse & { parsedHeaders: FileSetMetadataHeaders }
}