| Conditions | 3 | 
| Total Lines | 9 | 
| Code Lines | 7 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 0 | ||
| 1 | package pinpoint  | 
            ||
| 32 | func (r DeleteUserEndpointsRequest) ToInput() *SDK.DeleteUserEndpointsInput { | 
            ||
| 33 | 	in := &SDK.DeleteUserEndpointsInput{} | 
            ||
| 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 |