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-03-21 UTC."],[[["This webpage provides documentation for the `EmailPreferences` class within the Google BigQuery Data Transfer v1 API for .NET, with the current version being 4.3.0."],["The `EmailPreferences` class is used to configure email notifications for transfer run events, allowing users to receive alerts about the success or failure of these events."],["The documentation covers versions from 4.10.0 (latest) down to 3.1.0, with each version having its own linked documentation."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["A notable property within the class is `EnableFailureEmail`, which, when set to true, ensures email notifications are sent for transfer run failures."]]],[]]