PHP Class Scalr\Model\Entity\Account\EnvironmentProperty

Author: N.V.
Inheritance: extends Scalr\Model\AbstractEntity
Exibir arquivo Open project: scalr/scalr Class Usage Examples

Public Properties

Property Type Description
$cloud string The property cloud
$envId integer The identifier of the client's environment
$group string The property group name
$name string The property name
$value string The property value

Property Details

$cloud public_oe property

The property cloud
public string $cloud
return string

$envId public_oe property

The identifier of the client's environment
public int $envId
return integer

$group public_oe property

The property group name
public string $group
return string

$name public_oe property

The property name
public string $name
return string

$value public_oe property

The property value
public string $value
return string