OlympeFunctionstagToStringVersion: 2.4tagToString CallabletagToString(tag: Tag): stringGet the unique identifier of the specified Tag as a string If the given tag is a CloudObject instance, the tag of that instance is returned. If a class constructor is given, the tag of the corresponding CloudObject is returned.Parameterstag: TagReturns stringstring tag of given input
Get the unique identifier of the specified Tag as a string
If the given tag is a
CloudObject
instance, the tag of that instance is returned. If a class constructor is given, the tag of the correspondingCloudObject
is returned.