TagInfoForResource constructor

TagInfoForResource({
  1. String? resourceARN,
  2. List<Tag>? tagList,
})

Implementation

TagInfoForResource({
  this.resourceARN,
  this.tagList,
});