You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### admin:directory_v1
The following keys were added:
- resources.customers.resources.chrome.resources.printers.methods.list.parameters.orderBy (Total Keys: 2)
parent: string, Required. The name of the customer who owns this collection of printers. Format: customers/{customer_id} (required)
377
377
filter: string, Search query. Search syntax is shared between this api and Admin Console printers pages.
378
+
orderBy: string, The order to sort results by. Must be one of display_name, description, make_and_model, or create_time. Default order is ascending, but descending order can be returned by appending "desc" to the order_by field. For instance, "description desc" will return the printers sorted by description in descending order.
378
379
orgUnitId: string, Organization Unit that we want to list the printers for. When org_unit is not present in the request then all printers of the customer are returned (or filtered). When org_unit is present in the request then only printers available to this OU will be returned (owned or inherited). You may see if printer is owned or inherited for this OU by looking at Printer.org_unit_id.
379
380
pageSize: integer, The maximum number of objects to return. The service may return fewer than this value.
380
381
pageToken: string, A page token, received from a previous call.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/admin.directory_v1.json
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -937,6 +937,11 @@
937
937
"location": "query",
938
938
"type": "string"
939
939
},
940
+
"orderBy": {
941
+
"description": "The order to sort results by. Must be one of display_name, description, make_and_model, or create_time. Default order is ascending, but descending order can be returned by appending \"desc\" to the order_by field. For instance, \"description desc\" will return the printers sorted by description in descending order.",
942
+
"location": "query",
943
+
"type": "string"
944
+
},
940
945
"orgUnitId": {
941
946
"description": "Organization Unit that we want to list the printers for. When org_unit is not present in the request then all printers of the customer are returned (or filtered). When org_unit is present in the request then only printers available to this OU will be returned (owned or inherited). You may see if printer is owned or inherited for this OU by looking at Printer.org_unit_id.",
0 commit comments