CreateTableRequestBody class

================================================================== Request Body

Annotations
  • @JsonSerializable()

Constructors

CreateTableRequestBody({required String tableSlug, required String tableName, required TableType tableType, required bool isEditable, required TablePermission readPermission, num? readMinStatus, num? readMaxStatus, required TablePermission writePermission, num? writeMinStatus, num? writeMaxStatus, String? comment})
const

Properties

comment String?
final
hashCode int
The hash code for this object.
no setterinherited
isEditable bool
final
readMaxStatus num?
final
readMinStatus num?
final
readPermission TablePermission
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tableName String
final
tableSlug String
final
tableType TableType
final
writeMaxStatus num?
final
writeMinStatus num?
final
writePermission TablePermission
final

Methods

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

Operators

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