Beispiel #1
0
 public Builder Body(Models.V1Item value)
 {
     body = value;
     return(this);
 }
Beispiel #2
0
 public Builder(Models.V1Item body)
 {
     this.body = body;
 }
 public V1CreateItemRequest(Models.V1Item body = null)
 {
     Body = body;
 }
Beispiel #4
0
 public V1UpdateItemRequest(Models.V1Item body)
 {
     Body = body;
 }
Beispiel #5
0
 public Builder Body(Models.V1Item body)
 {
     this.body = body;
     return(this);
 }