AdGroupAdLabelReturnValue::__construct PHP Method

__construct() public method

public __construct ( $value = null, $partialFailureErrors = null, $ListReturnValueType = null )
        public function __construct($value = null, $partialFailureErrors = null, $ListReturnValueType = null)
        {
            parent::__construct();
            $this->value = $value;
            $this->partialFailureErrors = $partialFailureErrors;
            $this->ListReturnValueType = $ListReturnValueType;
        }