Tag
class Tag extends BaseResource
Properties
protected Tag | $sys | ||
protected string | $name |
Methods
__construct(array $data)
Resources in this SDK should not be built using $new Class()
.
from BaseResource
getSystemProperties()
{@inheritdoc}
getName()
Returns the name of this space.
jsonSerialize()
{@inheritdoc}
Details
in BaseResource at line 24
protected
__construct(array $data)
Resources in this SDK should not be built using $new Class()
.
This method is only useful in testing environments, where the resource needs to be subclasses and this method made public.
in BaseResource at line 36
asLink()
{@inheritdoc}
in BaseResource at line 47
getId()
{@inheritdoc}
in BaseResource at line 55
getType()
{@inheritdoc}
at line 31
getSystemProperties()
{@inheritdoc}
at line 39
getName()
Returns the name of this space.
at line 47
jsonSerialize()
{@inheritdoc}