Class: Google::Apis::AdminDirectoryV1::BatchDeletePrintServersResponse
- Inherits:
-
Object
- Object
- Google::Apis::AdminDirectoryV1::BatchDeletePrintServersResponse
- 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
Instance Attribute Summary collapse
-
#failed_print_servers ⇒ Array<Google::Apis::AdminDirectoryV1::PrintServerFailureInfo>
A list of update failures.
-
#print_server_ids ⇒ Array<String>
A list of print server IDs that were successfully deleted.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BatchDeletePrintServersResponse
constructor
A new instance of BatchDeletePrintServersResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BatchDeletePrintServersResponse
Returns a new instance of BatchDeletePrintServersResponse.
403 404 405 |
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 403 def initialize(**args) update!(**args) end |
Instance Attribute Details
#failed_print_servers ⇒ Array<Google::Apis::AdminDirectoryV1::PrintServerFailureInfo>
A list of update failures.
Corresponds to the JSON property failedPrintServers
396 397 398 |
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 396 def failed_print_servers @failed_print_servers end |
#print_server_ids ⇒ Array<String>
A list of print server IDs that were successfully deleted.
Corresponds to the JSON property printServerIds
401 402 403 |
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 401 def print_server_ids @print_server_ids end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
408 409 410 411 |
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 408 def update!(**args) @failed_print_servers = args[:failed_print_servers] if args.key?(:failed_print_servers) @print_server_ids = args[:print_server_ids] if args.key?(:print_server_ids) end |