Example #1
0
 public Builder Body(Models.V1Timecard value)
 {
     body = value;
     return(this);
 }
Example #2
0
 public V1UpdateTimecardRequest(Models.V1Timecard body)
 {
     Body = body;
 }
Example #3
0
 public Builder(Models.V1Timecard body)
 {
     this.body = body;
 }
Example #4
0
 public Builder Body(Models.V1Timecard body)
 {
     this.body = body;
     return(this);
 }