| 874 | } |
| 875 | |
| 876 | type ApiOutpostsRadiusListRequest struct { |
| 877 | ctx context.Context |
| 878 | ApiService *OutpostsAPIService |
| 879 | name *string |
| 880 | ordering *string |
| 881 | page *int32 |
| 882 | pageSize *int32 |
| 883 | search *string |
| 884 | } |
| 885 | |
| 886 | func (r ApiOutpostsRadiusListRequest) Name(name string) ApiOutpostsRadiusListRequest { |
| 887 | r.name = &name |
nothing calls this directly
no outgoing calls
no test coverage detected