public V1CreateModifierListRequest(Models.V1ModifierList body = null)
 {
     Body = body;
 }
 public Builder Body(Models.V1ModifierList value)
 {
     body = value;
     return(this);
 }
Esempio n. 3
0
 public Builder Body(Models.V1ModifierList body)
 {
     this.body = body;
     return(this);
 }