IoTJobExecutionsRolloutConfig class

Contains information about the rollout configuration for a job. This configuration defines the rate at which the job deploys a configuration to a fleet of target devices.

Constructors

IoTJobExecutionsRolloutConfig({IoTJobExponentialRolloutRate? exponentialRate, int? maximumPerMinute})
IoTJobExecutionsRolloutConfig.fromJson(Map<String, dynamic> json)
factory

Properties

exponentialRate IoTJobExponentialRolloutRate?
The exponential rate to increase the job rollout rate.
final
hashCode int
The hash code for this object.
no setterinherited
maximumPerMinute int?
The maximum number of devices that receive a pending job notification, per minute.
final
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