Show / Hide Table of Contents

Class DriveOptions

Additional supported options for serving Drive events.

Inheritance
object
DriveOptions
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.WorkspaceEvents.v1.Data
Assembly: Google.Apis.WorkspaceEvents.v1.dll
Syntax
public class DriveOptions : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IncludeDescendants

Optional. Immutable. For subscriptions to Google Drive events, whether to receive events about Drive files that are children of the target folder or shared drive. * If false, the subscription only receives events about changes to the folder or shared drive that's specified as the targetResource. * If true, the mimeType field of the file resource must be set to application/vnd.google-apps.folder. For details, see Google Drive event types.

Declaration
[JsonProperty("includeDescendants")]
public virtual bool? IncludeDescendants { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX