class Google::Apis::AdminDirectoryV1::BatchCreatePrintersResponse
Response for adding new printers in batch.
Attributes
failures[RW]
A list of create failures. Printer
IDs are not populated, as printer were not created. Corresponds to the JSON property `failures` @return [Array<Google::Apis::AdminDirectoryV1::FailureInfo>]
printers[RW]
A list of successfully created printers with their IDs populated. Corresponds to the JSON property `printers` @return [Array<Google::Apis::AdminDirectoryV1::Printer>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/admin_directory_v1/classes.rb, line 261 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 266 def update!(**args) @failures = args[:failures] if args.key?(:failures) @printers = args[:printers] if args.key?(:printers) end