PrintServer class

Configuration for a print server.

Constructors

PrintServer({String? createTime, String? description, String? displayName, String? id, String? name, String? orgUnitId, String? uri})
PrintServer.fromJson(Map json_)

Properties

createTime String?
Time when the print server was created.
getter/setter pair
description String?
Editable.
getter/setter pair
displayName String?
Editable.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
ID of the print server.
getter/setter pair
name String?
Resource name of the print server.
getter/setter pair
orgUnitId String?
ID of the organization unit (OU) that owns this print server.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uri String?
Editable.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited