DeliveryOptions class

Used to associate a configuration set with a dedicated IP pool.

Constructors

DeliveryOptions({String? sendingPoolName, TlsPolicy? tlsPolicy})
DeliveryOptions.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendingPoolName String?
The name of the dedicated IP pool that you want to associate with the configuration set.
final
tlsPolicy TlsPolicy?
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require, messages are only delivered if a TLS connection can be established. If the value is Optional, messages can be delivered in plain text if a TLS connection can't be established.
final

Methods

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

Operators

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