ResourceTagSet constructor

ResourceTagSet({
  1. String? resourceId,
  2. TagResourceType? resourceType,
  3. List<Tag>? tags,
})

Implementation

ResourceTagSet({
  this.resourceId,
  this.resourceType,
  this.tags,
});