PHP Class JiraRestApi\Project\Component

Inheritance: implements JsonSerializable
Afficher le fichier Open project: lesstif/php-jira-rest-client

Méthodes publiques

Свойство Type Description
$description description | null Component description.
$id string Component id.
$name string Component name.
$self string Component URI.

Property Details

$description public_oe property

Component description.
public description|null $description
Résultat description | null

$id public_oe property

Component id.
public string $id
Résultat string

$name public_oe property

Component name.
public string $name
Résultat string

$self public_oe property

Component URI.
public string $self
Résultat string