Api1CreateTableShareRequestApplicationJson class abstract

Implemented types

Constructors

Api1CreateTableShareRequestApplicationJson([void b(Api1CreateTableShareRequestApplicationJsonBuilder)?])
Creates a new Api1CreateTableShareRequestApplicationJson object using the builder pattern.
factory
Api1CreateTableShareRequestApplicationJson.fromJson(Map<String, dynamic> json)
Creates a new object from the given json data.
factory

Properties

hashCode → int
The hash code for this object.
no setterinherited
permissionCreate → bool
Permission if receiver can create data.
no setterinherited
permissionDelete → bool
Permission if receiver can delete data.
no setterinherited
permissionManage → bool
Permission if receiver can manage table.
no setterinherited
permissionRead → bool
Permission if receiver can read data.
no setterinherited
permissionUpdate → bool
Permission if receiver can update data.
no setterinherited
receiver → String
Receiver ID.
no setterinherited
receiverType → Api1CreateTableShareRequestApplicationJson_ReceiverType
Receiver type.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(Api1CreateTableShareRequestApplicationJsonBuilder)) → Api1CreateTableShareRequestApplicationJson
Rebuilds the instance.
inherited
toBuilder() → Api1CreateTableShareRequestApplicationJsonBuilder
Converts the instance to a builder B.
inherited
toJson() → Map<String, dynamic>
Parses this object into a json like map.
toString() → String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<Api1CreateTableShareRequestApplicationJson>
Serializer for Api1CreateTableShareRequestApplicationJson.
no setter