slug

The URL segment relating to this specific resource.

For StaticResource and RootResource, it is a single string like "v1" or "users".

For DynamicResource, it is a wildcard, like "{user}" or "{id}".

To get the complete URL of this resource, starting from the root resource, see fullSlug.