Class: Google::Apis::AdminDirectoryV1::BatchDeletePrintServersRequest

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BatchDeletePrintServersRequest

Returns a new instance of BatchDeletePrintServersRequest.



379
380
381
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 379

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

A list of print server IDs that should be deleted (max 100 per batch). Corresponds to the JSON property printServerIds

Returns:

  • (Array<String>)


377
378
379
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 377

def print_server_ids
  @print_server_ids
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



384
385
386
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 384

def update!(**args)
  @print_server_ids = args[:print_server_ids] if args.key?(:print_server_ids)
end