ListEffectiveTagsResponse constructor

ListEffectiveTagsResponse({
  1. List<EffectiveTag>? effectiveTags,
  2. String? nextPageToken,
})

Implementation

ListEffectiveTagsResponse({
  this.effectiveTags,
  this.nextPageToken,
});