NodesPostResponse201.response201 constructor

NodesPostResponse201.response201(
  1. Node body
)

Node created

Implementation

NodesPostResponse201.response201(this.body)
    : status = 201,
      bodyJson = body.toJson();