AssociationDescription constructor

AssociationDescription({
  1. bool? applyOnlyAtCronInterval,
  2. String? associationId,
  3. String? associationName,
  4. String? associationVersion,
  5. String? automationTargetParameterName,
  6. AssociationComplianceSeverity? complianceSeverity,
  7. DateTime? date,
  8. String? documentVersion,
  9. String? instanceId,
  10. DateTime? lastExecutionDate,
  11. DateTime? lastSuccessfulExecutionDate,
  12. DateTime? lastUpdateAssociationDate,
  13. String? maxConcurrency,
  14. String? maxErrors,
  15. String? name,
  16. InstanceAssociationOutputLocation? outputLocation,
  17. AssociationOverview? overview,
  18. Map<String, List<String>>? parameters,
  19. String? scheduleExpression,
  20. AssociationStatus? status,
  21. AssociationSyncCompliance? syncCompliance,
  22. List<TargetLocation>? targetLocations,
  23. List<Target>? targets,
})

Implementation

AssociationDescription({
  this.applyOnlyAtCronInterval,
  this.associationId,
  this.associationName,
  this.associationVersion,
  this.automationTargetParameterName,
  this.complianceSeverity,
  this.date,
  this.documentVersion,
  this.instanceId,
  this.lastExecutionDate,
  this.lastSuccessfulExecutionDate,
  this.lastUpdateAssociationDate,
  this.maxConcurrency,
  this.maxErrors,
  this.name,
  this.outputLocation,
  this.overview,
  this.parameters,
  this.scheduleExpression,
  this.status,
  this.syncCompliance,
  this.targetLocations,
  this.targets,
});