Class: Google::Apis::AdminDirectoryV1::BatchDeletePrintServersRequest
- Inherits:
-
Object
- Object
- Google::Apis::AdminDirectoryV1::BatchDeletePrintServersRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/admin_directory_v1/classes.rb,
lib/google/apis/admin_directory_v1/representations.rb,
lib/google/apis/admin_directory_v1/representations.rb
Overview
Request to delete multiple existing print servers in a batch.
Instance Attribute Summary collapse
-
#print_server_ids ⇒ Array<String>
A list of print server IDs that should be deleted (max
100
per batch).
Instance Method Summary collapse
-
#initialize(**args) ⇒ BatchDeletePrintServersRequest
constructor
A new instance of BatchDeletePrintServersRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BatchDeletePrintServersRequest
Returns a new instance of BatchDeletePrintServersRequest.
411 412 413 |
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 411 def initialize(**args) update!(**args) end |
Instance Attribute Details
#print_server_ids ⇒ Array<String>
A list of print server IDs that should be deleted (max 100
per batch).
Corresponds to the JSON property printServerIds
409 410 411 |
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 409 def print_server_ids @print_server_ids end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
416 417 418 |
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 416 def update!(**args) @print_server_ids = args[:print_server_ids] if args.key?(:print_server_ids) end |