GoogleChromeManagementV1CountDevicesPerReleaseChannelResponse class
Response containing the number of devices with the given channel.
Constructors
- GoogleChromeManagementV1CountDevicesPerReleaseChannelResponse({String? betaChannelCount, String? canaryChannelCount, String? devChannelCount, String? ltcChannelCount, String? ltsChannelCount, String? stableChannelCount, String? unreportedChannelCount, String? unsupportedChannelCount})
- GoogleChromeManagementV1CountDevicesPerReleaseChannelResponse.fromJson(Map json_)
Properties
- betaChannelCount ↔ String?
-
Number of devices with beta release channel.
getter/setter pair
- canaryChannelCount ↔ String?
-
Number of devices with canary release channel.
getter/setter pair
- devChannelCount ↔ String?
-
Number of devices with dev release channel.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- ltcChannelCount ↔ String?
-
Number of devices with ltc release channel.
getter/setter pair
- ltsChannelCount ↔ String?
-
Number of devices with lts release channel.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stableChannelCount ↔ String?
-
Number of devices with stable release channel.
getter/setter pair
- unreportedChannelCount ↔ String?
-
Number of devices with an unreported release channel.
getter/setter pair
- unsupportedChannelCount ↔ String?
-
Number of devices with unsupported release channel.
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