Scalr\Model\Entity\OrchestrationLogManualScript::__construct PHP Method

__construct() public method

Constructor
public __construct ( string $executionId = null, string $serverId = null )
$executionId string Execution id
$serverId string Server id
    public function __construct($executionId = null, $serverId = null)
    {
        $this->executionId = $executionId;
        $this->serverId = $serverId;
    }
OrchestrationLogManualScript