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
100per 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.
326 327 328 |
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 326 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
324 325 326 |
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 324 def print_server_ids @print_server_ids end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
331 332 333 |
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 331 def update!(**args) @print_server_ids = args[:print_server_ids] if args.key?(:print_server_ids) end |