GoogleChromeManagementV1DeviceAueCountReport class
Report for CountChromeDevicesPerAueDateResponse, contains the count of devices of a specific model and auto update expiration range.
Constructors
- GoogleChromeManagementV1DeviceAueCountReport({String? aueMonth, String? aueYear, String? count, bool? expired, String? model})
- GoogleChromeManagementV1DeviceAueCountReport.fromJson(Map json_)
Properties
- aueMonth ↔ String?
-
Enum value of month corresponding to the auto update expiration date in
UTC time zone.
getter/setter pair
- aueYear ↔ String?
-
Int value of year corresponding to the Auto Update Expiration date in UTC
time zone.
getter/setter pair
- count ↔ String?
-
Count of devices of this model.
getter/setter pair
- expired ↔ bool?
-
Boolean value for whether or not the device has already expired.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- model ↔ String?
-
Public model name of the devices.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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