public Builder Body(Models.V1Fee body) { this.body = body; return(this); }
public Builder(Models.V1Fee body) { this.body = body; }
public Builder Body(Models.V1Fee value) { body = value; return(this); }
public V1UpdateFeeRequest(Models.V1Fee body) { Body = body; }
public V1CreateFeeRequest(Models.V1Fee body = null) { Body = body; }