View Source GoogleApi.Admin.Directory_v1.Model.CreatePrintServerRequest (google_api_admin v0.40.0)

Request for adding a new print server.

Attributes

  • parent (type: String.t, default: nil) - Required. The unique ID of the customer's Google Workspace account. Format: customers/{id}
  • printServer (type: GoogleApi.Admin.Directory_v1.Model.PrintServer.t, default: nil) - Required. A print server to create. If you want to place the print server under a specific organizational unit (OU), then populate the org_unit_id. Otherwise the print server is created under the root OU. The org_unit_id can be retrieved using the Directory API.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Admin.Directory_v1.Model.CreatePrintServerRequest{
  parent: String.t() | nil,
  printServer: GoogleApi.Admin.Directory_v1.Model.PrintServer.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.