Show / Hide Table of Contents

Class DownloadRestrictionsMetadata

Download restrictions applied to the file.

Inheritance
object
DownloadRestrictionsMetadata
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX