DataIntegrationScheduleConfig class

Constructors

DataIntegrationScheduleConfig({required Input<String> firstExecutionFrom, required Input<String> object_, required Input<String> scheduleExpression})
Creates a new DataIntegrationScheduleConfig. firstExecutionFrom Start date for objects to import in the first flow run as an Unix/epoch timestamp in milliseconds or in ISO-8601 format. This needs to be a time in the past, meaning that the data created or updated before this given date will not be downloaded. object_ Name of the object to pull from the data source. Examples of objects in Salesforce include Case, Account, or Lead. scheduleExpression How often the data should be pulled from data source. Examples include rate(1 hour), rate(3 hours), rate(1 day).
const
DataIntegrationScheduleConfig.fromMap(Map<String, dynamic> map)
factory

Properties

firstExecutionFrom → Input<String>
Start date for objects to import in the first flow run as an Unix/epoch timestamp in milliseconds or in ISO-8601 format. This needs to be a time in the past, meaning that the data created or updated before this given date will not be downloaded.
final
hashCode int
The hash code for this object.
no setterinherited
object_ → Input<String>
Name of the object to pull from the data source. Examples of objects in Salesforce include Case, Account, or Lead.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheduleExpression → Input<String>
How often the data should be pulled from data source. Examples include rate(1 hour), rate(3 hours), rate(1 day).
final

Methods

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

Operators

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