NodesIdPatchResponse200.response200 constructor

NodesIdPatchResponse200.response200(
  1. Node body
)

Node updated

Implementation

NodesIdPatchResponse200.response200(this.body)
    : status = 200,
      bodyJson = body.toJson();