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