GoogleChromeManagementV1PrintJob class
Represents a request to print a document that has been submitted to a printer.
Constructors
- GoogleChromeManagementV1PrintJob({String? colorMode, String? completeTime, int? copyCount, String? createTime, int? documentPageCount, String? duplexMode, String? id, String? printer, String? printerId, String? state, String? title, String? userEmail, String? userId})
- GoogleChromeManagementV1PrintJob.fromJson(Map json_)
Properties
- colorMode ↔ String?
-
Color mode.
Possible string values are:
getter/setter pair
- completeTime ↔ String?
-
Print job completion timestamp.
getter/setter pair
- copyCount ↔ int?
-
Number of copies.
getter/setter pair
- createTime ↔ String?
-
Print job creation timestamp.
getter/setter pair
- documentPageCount ↔ int?
-
Number of pages in the document.
getter/setter pair
- duplexMode ↔ String?
-
Duplex mode.
Possible string values are:
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
Unique ID of the print job.
getter/setter pair
- printer ↔ String?
-
Name of the printer used for printing.
getter/setter pair
- printerId ↔ String?
-
API ID of the printer used for printing.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
The final state of the job.
Possible string values are:
getter/setter pair
- title ↔ String?
-
The title of the document.
getter/setter pair
- userEmail ↔ String?
-
The primary e-mail address of the user who submitted the print job.
getter/setter pair
- userId ↔ String?
-
The unique Directory API ID of the user who submitted the print job.
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