class Google::Apis::AdminDirectoryV1::BatchDeletePrintersResponse
Response for deleting existing printers in batch.
Attributes
failed_printers[RW]
A list of update failures. Corresponds to the JSON property `failedPrinters` @return [Array<Google::Apis::AdminDirectoryV1::FailureInfo>]
printer_ids[RW]
A list of Printer.id
that were successfully deleted. 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 305 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 310 def update!(**args) @failed_printers = args[:failed_printers] if args.key?(:failed_printers) @printer_ids = args[:printer_ids] if args.key?(:printer_ids) end