ShareSetMetadataResponse type

Contains response data for the setMetadata operation.

type ShareSetMetadataResponse = ShareSetMetadataHeaders & {
  _response: msRest.HttpResponse & { parsedHeaders: ShareSetMetadataHeaders }
}