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