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 page provides documentation for the `EmailPreferences` class within the Google BigQuery Data Transfer v1 API for .NET, detailing its functionality and usage."],["The `EmailPreferences` class is designed to manage email notifications for transfer run events, allowing users to customize their notification preferences."],["The documentation covers various versions of the API, from version 3.1.0 up to the latest, 4.10.0, each providing reference documentation to the `EmailPreferences` class."],["The `EmailPreferences` class has two constructors, a default constructor and one that takes another `EmailPreferences` object, and it contains a property named `EnableFailureEmail` that determines whether failure notification emails will be sent."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class, including methods like `GetHashCode`, `GetType`, and `ToString`."]]],[]]