UpdateTableRequestBody class

Annotations
  • @JsonSerializable()

Constructors

UpdateTableRequestBody({required String tableName, String? newTableSlug, 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
newTableSlug String?
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
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