AdGroupAdLabel::__construct PHP Method

__construct() public method

public __construct ( $adGroupId = null, $adId = null, $labelId = null )
        public function __construct($adGroupId = null, $adId = null, $labelId = null)
        {
            $this->adGroupId = $adGroupId;
            $this->adId = $adId;
            $this->labelId = $labelId;
        }