ReportAgentStateResponse constructor

ReportAgentStateResponse({
  1. String? defaultReportInterval,
  2. String? minReportInterval,
  3. List<AgentTask>? tasks,
  4. bool? useBatchMonitoredResource,
})

Implementation

ReportAgentStateResponse({
  this.defaultReportInterval,
  this.minReportInterval,
  this.tasks,
  this.useBatchMonitoredResource,
});