Class DriveOptions
Additional supported options for serving Drive events.
Implements
Inherited Members
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? |