AdCustomizerFeed::__construct PHP Method

__construct() public method

public __construct ( $feedId = null, $feedName = null, $feedStatus = null, $feedAttributes = null )
        public function __construct($feedId = null, $feedName = null, $feedStatus = null, $feedAttributes = null)
        {
            $this->feedId = $feedId;
            $this->feedName = $feedName;
            $this->feedStatus = $feedStatus;
            $this->feedAttributes = $feedAttributes;
        }