ClientRequest
Represents a DTO used as a request for creating or updating a client.
Gets or sets any keywords associated with the client.
Gets or sets the client's name.
Gets or sets an optional description or other information about the client.
Gets or sets the client's number.
Gets or sets the client's status.
public ClientRequest()
Initializes an instance of the ClientRequest class with all properties set to their default values.
Initializes an instance of the ClientRequest class with a response object, which is useful for chaining commands.
Allows a ClientResponse to be implicitly converted to a ClientRequest.