$SetTagsRequest constructor

$SetTagsRequest({
  1. String? etag,
  2. String? name,
  3. String? requestId,
  4. Map<String, String>? tags,
})

Implementation

$SetTagsRequest({this.etag, this.name, this.requestId, this.tags});