Class EmailPreferences (3.4.0)

public sealed class EmailPreferences : IMessage<EmailPreferences>, IEquatable<EmailPreferences>, IDeepCloneable<EmailPreferences>, IBufferMessage, IMessage

Represents preferences for sending email notifications for transfer run events.

Inheritance

Object > EmailPreferences

Namespace

Google.Cloud.BigQuery.DataTransfer.V1

Assembly

Google.Cloud.BigQuery.DataTransfer.V1.dll

Constructors

EmailPreferences()

public EmailPreferences()

EmailPreferences(EmailPreferences)

public EmailPreferences(EmailPreferences other)
Parameter
NameDescription
otherEmailPreferences

Properties

EnableFailureEmail

public bool EnableFailureEmail { get; set; }

If true, email notifications will be sent on transfer run failures.

Property Value
TypeDescription
Boolean