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.



411
412
413
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 411

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>)


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