GoogleApi.Admin.Directory_v1.Api.Customers.admin_customers_chrome_printers_list
You're seeing just the function
admin_customers_chrome_printers_list
, go back to GoogleApi.Admin.Directory_v1.Api.Customers module for more information.
Link to this function
admin_customers_chrome_printers_list(connection, parent, optional_params \\ [], opts \\ [])
View SourceSpecs
admin_customers_chrome_printers_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Admin.Directory_v1.Model.ListPrintersResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
List printers configs.
Parameters
-
connection
(type:GoogleApi.Admin.Directory_v1.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. The name of the customer who owns this collection of printers. Format: customers/{customer_id} -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:filter
(type:String.t
) - Search query. Search syntax is shared between this api and Admin Console printers pages. -
:orgUnitId
(type:String.t
) - 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. -
:pageSize
(type:integer()
) - The maximum number of objects to return. The service may return fewer than this value. -
:pageToken
(type:String.t
) - A page token, received from a previous call.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Admin.Directory_v1.Model.ListPrintersResponse{}}
on success -
{:error, info}
on failure