| Conditions | 3 |
| Total Lines | 9 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | package pinpoint |
||
| 32 | func (r GetUserEndpointsRequest) ToInput() *SDK.GetUserEndpointsInput { |
||
| 33 | in := &SDK.GetUserEndpointsInput{} |
||
| 34 | if r.ApplicationID != "" { |
||
| 35 | in.ApplicationId = pointers.String(r.ApplicationID) |
||
| 36 | } |
||
| 37 | if r.UserID != "" { |
||
| 38 | in.UserId = pointers.String(r.UserID) |
||
| 39 | } |
||
| 40 | return in |
||
| 41 | } |
||
| 56 |