BigqueryDataTransferConfigEmailPreferences class

email_preferences block (max=1) — controls failure-email delivery to the user who owns the transfer config. The owner is the identity that created the resource (or the service account in GoogleBigqueryDataTransferConfig.serviceAccountName when set).

Annotations
  • @immutable

Constructors

BigqueryDataTransferConfigEmailPreferences({required TfArg<bool> enableFailureEmail})
const

Properties

enableFailureEmail → TfArg<bool>
If true, an email is delivered to the config owner on every failed transfer run. Required by the schema (the block exists solely to carry this flag).
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toArgMap() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited