Class DownloadRestrictionsMetadata
Download restrictions applied to the file.
Implements
Inherited Members
Namespace: Google.Apis.Drive.v3.Data
Assembly: Google.Apis.Drive.v3.dll
Syntax
public class DownloadRestrictionsMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EffectiveDownloadRestrictionWithContext
Output only. The effective download restriction applied to this file. This considers all restriction settings and DLP rules.
Declaration
[JsonProperty("effectiveDownloadRestrictionWithContext")]
public virtual DownloadRestriction EffectiveDownloadRestrictionWithContext { get; set; }
Property Value
| Type | Description |
|---|---|
| DownloadRestriction |
ItemDownloadRestriction
The download restriction of the file applied directly by the owner or organizer. This doesn't take into account shared drive settings or DLP rules.
Declaration
[JsonProperty("itemDownloadRestriction")]
public virtual DownloadRestriction ItemDownloadRestriction { get; set; }
Property Value
| Type | Description |
|---|---|
| DownloadRestriction |