DeleteClientServiceRequest class Client-Server API

Create Json request to delete a service.

Annotations

Constructors

DeleteClientServiceRequest({required String uuid, required int serv_id, required int contracts_id, required int dep_has_worker_id})
const
factory

Properties

contracts_id int
read-onlyinherited
copyWith → $DeleteClientServiceRequestCopyWith<DeleteClientServiceRequest>
read-onlyinherited
dep_has_worker_id int
read-onlyinherited
hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
serv_id int
read-onlyinherited
uuid String
read-onlyinherited

Methods

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

Operators

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