コード例 #1
0
 public Builder Body(Models.V1Page value)
 {
     body = value;
     return(this);
 }
コード例 #2
0
 public Builder(Models.V1Page body)
 {
     this.body = body;
 }
コード例 #3
0
 public Builder Body(Models.V1Page body)
 {
     this.body = body;
     return(this);
 }
コード例 #4
0
 public V1UpdatePageRequest(Models.V1Page body)
 {
     Body = body;
 }
コード例 #5
0
 public V1CreatePageRequest(Models.V1Page body = null)
 {
     Body = body;
 }