class Google::Apis::AdminDirectoryV1::BatchDeletePrintersRequest

Request for deleting existing printers in batch.

Attributes

printer_ids[RW]

A list of Printer.id that should be deleted. Max 100 at a time. Corresponds to the JSON property `printerIds` @return [Array<String>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/admin_directory_v1/classes.rb, line 281
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/admin_directory_v1/classes.rb, line 286
def update!(**args)
  @printer_ids = args[:printer_ids] if args.key?(:printer_ids)
end