class Google::Apis::AdminDirectoryV1::BatchCreatePrintersRequest
Request for adding new printers in batch.
Attributes
requests[RW]
A list of Printers to be created. Max 50 at a time. Corresponds to the JSON property `requests` @return [Array<Google::Apis::AdminDirectoryV1::CreatePrinterRequest>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/admin_directory_v1/classes.rb, line 236 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 241 def update!(**args) @requests = args[:requests] if args.key?(:requests) end