PHP Класс JiraRestApi\Project\Component

Наследование: implements JsonSerializable
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$description description | null Component description.
$id string Component id.
$name string Component name.
$self string Component URI.

Описание свойств

$description публичное свойство

Component description.
public description|null $description
Результат description | null

$id публичное свойство

Component id.
public string $id
Результат string

$name публичное свойство

Component name.
public string $name
Результат string

$self публичное свойство

Component URI.
public string $self
Результат string