Skip to content

Commit 22e2af4

Browse files
committed
Document environment edge_hostname and type properties
1 parent 6235c6d commit 22e2af4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/Model/Environment.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@
5858
* @property-read array $backups
5959
* The backup configuration. It's recommended to use getBackupConfig() instead
6060
* of using this array directly.
61+
* @property-read string $edge_hostname
62+
* The hostname for the edge router that serves the environment.
63+
* @property-read string $type
64+
* The type of the environment. This is predominantly used for access control and is usually one of: production,
65+
* development, or staging.
6166
*/
6267
class Environment extends Resource implements HasActivitiesInterface
6368
{

0 commit comments

Comments
 (0)