public Builder Body(Models.V1Page value)
 {
     body = value;
     return(this);
 }
 public Builder(Models.V1Page body)
 {
     this.body = body;
 }
Пример #3
0
 public Builder Body(Models.V1Page body)
 {
     this.body = body;
     return(this);
 }
 public V1UpdatePageRequest(Models.V1Page body)
 {
     Body = body;
 }
Пример #5
0
 public V1CreatePageRequest(Models.V1Page body = null)
 {
     Body = body;
 }