public Builder Body(Models.V1PageCell value)
 {
     body = value;
     return(this);
 }
 public V1UpdatePageCellRequest(Models.V1PageCell body)
 {
     Body = body;
 }
 public Builder(Models.V1PageCell body)
 {
     this.body = body;
 }
 public Builder Body(Models.V1PageCell body)
 {
     this.body = body;
     return(this);
 }