NodesIdPatchResponse class sealed
- Implementers
Constructors
- NodesIdPatchResponse.response200(Node body)
-
Node updated
factory
Properties
Methods
-
map<
R> ({required ResponseMap< NodesIdPatchResponse200, R> on200, ResponseMap<NodesIdPatchResponse, R> ? onElse}) → R -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
propertiesToString(
) → Map< String, Object?> -
inherited
-
requireSuccess(
) → Node - status 200: Node updated
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited