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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-01 UTC."],[[["This webpage provides documentation for the `EmailPreferences` class within the Google BigQuery Data Transfer v1 API, specifically for version 4.7.0, which is part of the larger .NET library."],["The `EmailPreferences` class is used to configure email notifications for transfer run events, indicating whether to send alerts when failures occur."],["The class is a part of the `Google.Cloud.BigQuery.DataTransfer.V1` namespace, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation lists various available versions of the `EmailPreferences` class, ranging from version 3.1.0 to the latest version 4.10.0, along with the respective links."],["The class has two constructors, a default one, and another one that takes an `EmailPreference` as an argument, as well as the property `EnableFailureEmail`, which is a boolean that determines whether failure emails are sent."]]],[]]