Printer class

Printer configuration.

Constructors

Printer({List<AuxiliaryMessage>? auxiliaryMessages, String? createTime, String? description, String? displayName, String? id, String? makeAndModel, String? name, String? orgUnitId, String? uri, bool? useDriverlessConfig})
Printer.fromJson(Map json_)

Properties

auxiliaryMessages List<AuxiliaryMessage>?
Auxiliary messages about issues with the printer configuration if any.
getter/setter pair
createTime String?
Time when printer 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 printer.
getter/setter pair
makeAndModel String?
Editable.
getter/setter pair
name String?
The resource name of the Printer object, in the format customers/{customer-id}/printers/{printer-id} (During printer creation leave empty)
getter/setter pair
orgUnitId String?
Organization Unit that owns this printer (Only can be set during Printer creation)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uri String?
Editable.
getter/setter pair
useDriverlessConfig bool?
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