GetMissionProfileResponse constructor

GetMissionProfileResponse({
  1. int? contactPostPassDurationSeconds,
  2. int? contactPrePassDurationSeconds,
  3. List<List<String>>? dataflowEdges,
  4. int? minimumViableContactDurationSeconds,
  5. String? missionProfileArn,
  6. String? missionProfileId,
  7. String? name,
  8. String? region,
  9. Map<String, String>? tags,
  10. String? trackingConfigArn,
})

Implementation

GetMissionProfileResponse({
  this.contactPostPassDurationSeconds,
  this.contactPrePassDurationSeconds,
  this.dataflowEdges,
  this.minimumViableContactDurationSeconds,
  this.missionProfileArn,
  this.missionProfileId,
  this.name,
  this.region,
  this.tags,
  this.trackingConfigArn,
});