$RowocsClient class

Constructors

$RowocsClient($Client _rootClient)
Creates a new DynamiteClient for rowocs requests.

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

$createRow_Request({required RowocsCreateRowNodeCollection nodeCollection, required int nodeId, required RowocsCreateRowRequestApplicationJson $body, bool? oCSAPIRequest}) → Request
api v2 Create a new row in a table or a view.
$createRow_Serializer() → DynamiteSerializer<RowocsCreateRowResponseApplicationJson, void>
Builds a serializer to parse the response of $createRow_Request.
createRow({required RowocsCreateRowNodeCollection nodeCollection, required int nodeId, required RowocsCreateRowRequestApplicationJson $body, bool? oCSAPIRequest}) Future<DynamiteResponse<RowocsCreateRowResponseApplicationJson, void>>
api v2 Create a new row in a table or a view.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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