RegisterTaskDefinitionResponse constructor

RegisterTaskDefinitionResponse({
  1. List<Tag>? tags,
  2. TaskDefinition? taskDefinition,
})

Implementation

RegisterTaskDefinitionResponse({
  this.tags,
  this.taskDefinition,
});