OSS\Model\LiveChannelInfo::__construct PHP Method

__construct() public method

public __construct ( $name = null, $description = null )
    public function __construct($name = null, $description = null)
    {
        $this->name = $name;
        $this->description = $description;
        $this->publishUrls = array();
        $this->playUrls = array();
    }