Google BigQuery Data Transfer v1 API - Class EmailPreferences (4.7.0)

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.

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
bool