RowocsCreateRowRequestApplicationJson_Data typedef

RowocsCreateRowRequestApplicationJson_Data = ({BuiltMap<String, JsonObject>? builtMapStringJsonObject, String? string})

An array containing the column identifiers and their values.

Implementation

typedef RowocsCreateRowRequestApplicationJson_Data = ({
  BuiltMap<String, JsonObject>? builtMapStringJsonObject,
  String? string
});