AccountLabelReturnValue::__construct PHP Method

__construct() public method

public __construct ( $labels = null )
        public function __construct($labels = null)
        {
            $this->labels = $labels;
        }