AddTagsResourcePayload
Autogenerated return type of AddTagsResource
| Field : Object | Description |
|---|---|
| clientMutationId: String | A unique identifier for the client performing the mutation. |
| errors: [[ID]] | List of validation errors if the operation failed partially or completely. |
| success: Boolean | Indicates whether all tags were successfully added or removed. |
| tags: [Tag] | Tags that were successfully added or removed from the resource. |