public sealed class EmailPreferences : IMessage<EmailPreferences>, IEquatable<EmailPreferences>, IDeepCloneable<EmailPreferences>, IBufferMessage, IMessage
Reference documentation and code samples for the Google BigQuery Data Transfer v1 API class EmailPreferences.
Represents preferences for sending email notifications for transfer run events.
Implements
IMessageEmailPreferences, IEquatableEmailPreferences, IDeepCloneableEmailPreferences, 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 |
bool |