GetJobTaggingResult constructor

GetJobTaggingResult({
  1. List<S3Tag>? tags,
})

Implementation

GetJobTaggingResult({
  this.tags,
});