TagDescription constructor

TagDescription({
  1. String? key,
  2. bool? propagateAtLaunch,
  3. String? resourceId,
  4. String? resourceType,
  5. String? value,
})

Implementation

TagDescription({
  this.key,
  this.propagateAtLaunch,
  this.resourceId,
  this.resourceType,
  this.value,
});