TagUpdate Class 
Request payload used to update an existing resource's tags.
Constructor
TagUpdate(*, tags: Dict[str, str] | None = None, **kwargs: Any)Keyword-Only Parameters
| Name | Description | 
|---|---|
| tags | List of key value pairs that describe the resource. This will overwrite the existing tags. Default value: None |