IConfigApi class abstract

DO NOT MODIFY

GENERATED API OPERATIONS

Constructors

IConfigApi()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createAutomation(IAutomation body) Future<IAutomation>
createAutomation_1(IAutomation body) Future<IAutomation>
createSource(ISource body) Future<ISource>
deleteAutomation(String id) Future
deleteSource(String id) Future
executeSync(String id, {ISyncOptions? body}) Future
getAppInfo() Future<IAppInfo>
listAutomations({String? type, String? contact, String? group}) Future<List<IAutomation>>
listDateTypes() Future<List<String>>
listSources() Future<List<ISource>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateAutomation(String id, IAutomation body) Future<IAutomation>
updateSource(String id, ISource body) Future<ISource>

Operators

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