File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,10 @@ const (
4848 ListIPsRequestOrderByUpdatedAtAsc = ListIPsRequestOrderBy ("updated_at_asc" )
4949 ListIPsRequestOrderByAttachedAtDesc = ListIPsRequestOrderBy ("attached_at_desc" )
5050 ListIPsRequestOrderByAttachedAtAsc = ListIPsRequestOrderBy ("attached_at_asc" )
51+ ListIPsRequestOrderByIPAddressDesc = ListIPsRequestOrderBy ("ip_address_desc" )
52+ ListIPsRequestOrderByIPAddressAsc = ListIPsRequestOrderBy ("ip_address_asc" )
53+ ListIPsRequestOrderByMacAddressDesc = ListIPsRequestOrderBy ("mac_address_desc" )
54+ ListIPsRequestOrderByMacAddressAsc = ListIPsRequestOrderBy ("mac_address_asc" )
5155)
5256
5357func (enum ListIPsRequestOrderBy ) String () string {
@@ -66,6 +70,10 @@ func (enum ListIPsRequestOrderBy) Values() []ListIPsRequestOrderBy {
6670 "updated_at_asc" ,
6771 "attached_at_desc" ,
6872 "attached_at_asc" ,
73+ "ip_address_desc" ,
74+ "ip_address_asc" ,
75+ "mac_address_desc" ,
76+ "mac_address_asc" ,
6977 }
7078}
7179
You can’t perform that action at this time.
0 commit comments