AssociationDescription constructor
AssociationDescription({
- bool? applyOnlyAtCronInterval,
- String? associationId,
- String? associationName,
- String? associationVersion,
- String? automationTargetParameterName,
- AssociationComplianceSeverity? complianceSeverity,
- DateTime? date,
- String? documentVersion,
- String? instanceId,
- DateTime? lastExecutionDate,
- DateTime? lastSuccessfulExecutionDate,
- DateTime? lastUpdateAssociationDate,
- String? maxConcurrency,
- String? maxErrors,
- String? name,
- InstanceAssociationOutputLocation? outputLocation,
- AssociationOverview? overview,
- Map<
String, List< ? parameters,String> > - String? scheduleExpression,
- AssociationStatus? status,
- AssociationSyncCompliance? syncCompliance,
- List<
TargetLocation> ? targetLocations, - 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,
});