Organization
class Organization (View source)
Organizations are independent instances of the Rokka service.
Images and stacks are always managed in the context of an organization.
Users can be part of multiple organizations.
Properties
string | $id | UUID v4. |
|
string | $displayName | Public display name. |
|
string | $name | Organization name. |
|
string | $billingEmail | Email. |
Methods
__construct(string $id, string $name, string $displayName, string $billingEmail)
Constructor.
static Organization
createFromJsonResponse(string $jsonString)
Create an organization from the JSON data.
string
getId()
Get Id.
string
getDisplayName()
Get name for displaying.
string
getName()
Get name for url.
string
getBillingEmail()
Get Billing Email.
Details
__construct(string $id, string $name, string $displayName, string $billingEmail)
Constructor.
static Organization
createFromJsonResponse(string $jsonString)
Create an organization from the JSON data.
string
getId()
Get Id.
string
getDisplayName()
Get name for displaying.
string
getName()
Get name for url.
string
getBillingEmail()
Get Billing Email.