AssociationVersionInfo constructor

AssociationVersionInfo({
  1. bool? applyOnlyAtCronInterval,
  2. String? associationId,
  3. String? associationName,
  4. String? associationVersion,
  5. AssociationComplianceSeverity? complianceSeverity,
  6. DateTime? createdDate,
  7. String? documentVersion,
  8. String? maxConcurrency,
  9. String? maxErrors,
  10. String? name,
  11. InstanceAssociationOutputLocation? outputLocation,
  12. Map<String, List<String>>? parameters,
  13. String? scheduleExpression,
  14. AssociationSyncCompliance? syncCompliance,
  15. List<TargetLocation>? targetLocations,
  16. List<Target>? targets,
})

Implementation

AssociationVersionInfo({
  this.applyOnlyAtCronInterval,
  this.associationId,
  this.associationName,
  this.associationVersion,
  this.complianceSeverity,
  this.createdDate,
  this.documentVersion,
  this.maxConcurrency,
  this.maxErrors,
  this.name,
  this.outputLocation,
  this.parameters,
  this.scheduleExpression,
  this.syncCompliance,
  this.targetLocations,
  this.targets,
});