Association constructor

Association({
  1. String? associationId,
  2. String? associationName,
  3. String? associationVersion,
  4. String? documentVersion,
  5. String? instanceId,
  6. DateTime? lastExecutionDate,
  7. String? name,
  8. AssociationOverview? overview,
  9. String? scheduleExpression,
  10. List<Target>? targets,
})

Implementation

Association({
  this.associationId,
  this.associationName,
  this.associationVersion,
  this.documentVersion,
  this.instanceId,
  this.lastExecutionDate,
  this.name,
  this.overview,
  this.scheduleExpression,
  this.targets,
});