Create Tag Params
Create tag request parameters.
Used for Create tag When request Parameter.
Usage Example:
val params = CreateTagParams("tag001", "Important")
Tag.createTag(params) { tag, error ->
if (error == null && tag != null) {
// Created successfully
}
}Content copied to clipboard
Parameters
tag Id
Tag unique identifier, Max length 10 characters
tag Name
tag Name, Max length 15 characters, Name can repeat