MonitoringScheduleConfig class

Configures the monitoring schedule and defines the monitoring job.

Constructors

MonitoringScheduleConfig({MonitoringJobDefinition? monitoringJobDefinition, String? monitoringJobDefinitionName, MonitoringType? monitoringType, ScheduleConfig? scheduleConfig})
MonitoringScheduleConfig.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
monitoringJobDefinition MonitoringJobDefinition?
Defines the monitoring job.
final
monitoringJobDefinitionName String?
The name of the monitoring job definition to schedule.
final
monitoringType MonitoringType?
The type of the monitoring job definition to schedule.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheduleConfig ScheduleConfig?
Configures the monitoring schedule.
final

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