PHP 클래스 CloudFlare\Organizations

Organizations
저자: James Bell ([email protected])
상속: extends Api
파일 보기 프로젝트 열기: jamesryanbell/cloudflare

공개 메소드들

메소드 설명
organization ( string $identifier ) Organization details (permission needed: #organization:read) Get information about a specific organization that you are a member of
update ( string | null $identifier = null, string | null $name = null ) Update organization (permission needed: #organization:edit) Update an existing Organization

메소드 상세

organization() 공개 메소드

Organization details (permission needed: #organization:read) Get information about a specific organization that you are a member of
public organization ( string $identifier )
$identifier string

update() 공개 메소드

Update organization (permission needed: #organization:edit) Update an existing Organization
public update ( string | null $identifier = null, string | null $name = null )
$identifier string | null
$name string | null Organization Name