Class Subscription.Types.DriveOptions
Additional supported options for serving Drive events.
Implements
Namespace: Google.Apps.Events.Subscriptions.V1Beta
Assembly: Google.Apps.Events.Subscriptions.V1Beta.dll
Syntax
public sealed class Subscription.Types.DriveOptions : IMessage<Subscription.Types.DriveOptions>, IEquatable<Subscription.Types.DriveOptions>, IDeepCloneable<Subscription.Types.DriveOptions>, IBufferMessage, IMessage
Constructors
DriveOptions()
Declaration
public DriveOptions()
DriveOptions(DriveOptions)
Declaration
public DriveOptions(Subscription.Types.DriveOptions other)
Parameters
| Type | Name | Description |
|---|---|---|
| Subscription.Types.DriveOptions | other |
Properties
IncludeDescendants
Optional. Immutable. Whether to include all the descendant Drive files in
the list of events. If false, the subscription will be created for the
single file/drive that is specified as the
[target_resource][google.apps.events.subscriptions.v1beta.Subscription.target_resource].
This flag can be used when the
[target_resource][google.apps.events.subscriptions.v1beta.Subscription.target_resource]
is either a
Drive
or a Drive
file
that has mimeType set to application/vnd.google-apps.folder.
Declaration
public bool IncludeDescendants { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |