PHP 클래스 JiraRestApi\Project\Component

상속: implements JsonSerializable
파일 보기 프로젝트 열기: lesstif/php-jira-rest-client

공개 프로퍼티들

프로퍼티 타입 설명
$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