public sealed class EmailPreferences : IMessage<EmailPreferences>, IEquatable<EmailPreferences>, IDeepCloneable<EmailPreferences>, IBufferMessage, IMessage
Represents preferences for sending email notifications for transfer run events.
Implements
IMessage<EmailPreferences>, IEquatable<EmailPreferences>, IDeepCloneable<EmailPreferences>, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.DataTransfer.V1Assembly
Google.Cloud.BigQuery.DataTransfer.V1.dll
Constructors
EmailPreferences()
public EmailPreferences()
EmailPreferences(EmailPreferences)
public EmailPreferences(EmailPreferences other)
Parameter | |
---|---|
Name | Description |
other | EmailPreferences |
Properties
EnableFailureEmail
public bool EnableFailureEmail { get; set; }
If true, email notifications will be sent on transfer run failures.
Property Value | |
---|---|
Type | Description |
Boolean |