dryRun property

bool? dryRun
final

Whether or not the message should actually be sent. When set to true, allows developers to test a request without actually sending a message. When set to false, the message will be sent.

Default value: false

Implementation

final bool? dryRun;