CreateConnectorOptions constructor
CreateConnectorOptions({
- required CreateConnectorOptionsConnectorTypeEnum connectorType,
- required CreateConnectorOptionsConnectorAuthTypeEnum connectorAuthType,
- CreateConnectorImapOptions? imapSettings,
- String? inboxId,
- required bool syncEnabled,
- required CreateConnectorOptionsSyncScheduleTypeEnum syncScheduleType,
- int? syncInterval,
Returns a new CreateConnectorOptions instance.
Implementation
CreateConnectorOptions({
required this.connectorType,
required this.connectorAuthType,
this.imapSettings,
this.inboxId,
required this.syncEnabled,
required this.syncScheduleType,
this.syncInterval,
});