EXTENSION
ClientOperationActionModelRepresentation
public extension ClientOperationActionModelRepresentation
Methods
encode(to:)
func encode(to encoder: Encoder) throws
Initializes the model from a decoder.
- Parameter decoder: The decoder to use for decoding the model.
Parameters
| Name | Description |
|---|---|
| decoder | The decoder to use for decoding the model. |
isEqualTo(_:)
func isEqualTo(_ other: any ClientOperationActionModelRepresentation) -> Bool
Returns a Bool value that indicates whether the receiver and a given object are equal.
- Parameter other: The
ClientOperationActionModelRepresentationobject to compare with. - Returns:
trueif the receiver and the given object are equal, otherwisefalse.
Parameters
| Name | Description |
|---|---|
| other | The ClientOperationActionModelRepresentation object to compare with. |