TagsPatchResource Class
Wrapper resource for tags patch API request only.
Constructor
TagsPatchResource(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
operation
|
The operation type for the patch API. Known values are: "Replace", "Merge", and "Delete". |
|
properties
|
The set of tags. |
Attributes
operation
"Replace", "Merge", and "Delete".
operation: str | _models.TagsPatchOperation | None
properties
The set of tags.
properties: _models.Tags | None