Defines an object for Labels in Confluence.
New-Object -TypeName ConfluencePS.Label [-Property @{}]
[ConfluencePS.Label]@{}
fixThe Label
is an object that describes labels in Confluence.
The following classes use User
for their properties:
This class does not have a constructor.
The Id is the identifier of a Label
used by the Confluence server internally.
This value can’t be changed and is assigned by the server.
Type: Int32
Required: True
Default value: None
description missing
Type: String
Required: True
Default value: global
The name of the Label
.
Type: String
Required: True
Default value: None
The method for casting an object of this class to string is overwritten.
When cast to string, this will return the Name
property’s value.