toJson method
Implementation
Map<String, dynamic> toJson() {
final json = <String, dynamic>{};
json[r'inboxRulesetTestOptions'] = this.inboxRulesetTestOptions;
json[r'createInboxRulesetOptions'] = this.createInboxRulesetOptions;
return json;
}