class Google::Apis::BigquerydatatransferV1::EmailPreferences
Represents preferences for sending email notifications for transfer run events.
Attributes
enable_failure_email[RW]
If true, email notifications will be sent on transfer run failures. Corresponds to the JSON property `enableFailureEmail` @return [Boolean]
enable_failure_email?[RW]
If true, email notifications will be sent on transfer run failures. Corresponds to the JSON property `enableFailureEmail` @return [Boolean]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/bigquerydatatransfer_v1/classes.rb, line 327 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/bigquerydatatransfer_v1/classes.rb, line 332 def update!(**args) @enable_failure_email = args[:enable_failure_email] if args.key?(:enable_failure_email) end