コード例 #1
0
 public Builder Body(Models.V1PageCell value)
 {
     body = value;
     return(this);
 }
コード例 #2
0
 public V1UpdatePageCellRequest(Models.V1PageCell body)
 {
     Body = body;
 }
コード例 #3
0
 public Builder(Models.V1PageCell body)
 {
     this.body = body;
 }
コード例 #4
0
 public Builder Body(Models.V1PageCell body)
 {
     this.body = body;
     return(this);
 }