View Source GoogleApi.Admin.Directory_v1.Model.ListPrintServersResponse (google_api_admin v0.43.0)
Attributes
-
nextPageToken(type:String.t, default:nil) - A token that can be sent aspage_tokenin a request to retrieve the next page. If this field is omitted, there are no subsequent pages. -
printServers(type:list(GoogleApi.Admin.Directory_v1.Model.PrintServer.t), default:nil) - List of print servers.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Admin.Directory_v1.Model.ListPrintServersResponse{ nextPageToken: String.t() | nil, printServers: [GoogleApi.Admin.Directory_v1.Model.PrintServer.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.