ListRoleTagsResponse constructor

ListRoleTagsResponse({
  1. required List<Tag> tags,
  2. bool? isTruncated,
  3. String? marker,
})

Implementation

ListRoleTagsResponse({
  required this.tags,
  this.isTruncated,
  this.marker,
});